Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

<!DOCTYPE html>
<style>
@import "data:text/css,*{background:green}";
</style>
<script>
document.styleSheets[0].insertRule("@import \"data:text/css,*{background:red}\";", 0);
</script>