Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- Manifest: layout/reftests/css-import/reftest.list
<!DOCTYPE html>
<style>
@import "data:text/css,*{background:green}";
</style>
<script>
document.styleSheets[0].insertRule("@import \"data:text/css,*{background:red}\";", 0);
</script>