blob: b0b15b036fbef224b16dd3df277492834067f0fa [file] [log] [blame]
<head>
<style>
@import url("resources/css-insert-import-rule-red.css");
div {
width: 100px;
height: 100px;
}
</style>
<script>
document.styleSheets[0].insertRule('@import url("resources/css-insert-import-rule.css");', 0);
</script>
</head>
<body>
<div></div>
</body>