3 @import url(
"resources/css-insert-import-rule-red.css");
11 document
.styleSheets
[0].insertRule('@import url("resources/css-insert-import-rule.css");', 0);
12 if (window
.testRunner
)
13 testRunner
.waitUntilDone();
16 if (location
.href
.indexOf("?") == -1)
17 location
.href
= location
.href
+ "?";
18 else if (window
.testRunner
)
19 testRunner
.notifyDone();
24 <body onload=
"test()";
>