Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /css/cssom/insertRule-import-trailing-garbage-crash.html - WPT Dashboard Interop Dashboard
<!doctype html>
<style></style>
<script>
document.querySelector("style").sheet.insertRule("@import url('data:text/css,:root{background:red}');html,body{/* random garbage */}");
</script>