rwlbuis | 63ecac9 | 2006-11-11 15:49:45 +0000 | [diff] [blame] | 1 | <head> |
2 | <style> | ||||
3 | @import url("resources/css-insert-import-rule-red.css"); | ||||
4 | div { | ||||
5 | width: 100px; | ||||
6 | height: 100px; | ||||
7 | } | ||||
8 | </style> | ||||
9 | |||||
10 | <script> | ||||
11 | function test() { | ||||
12 | document.styleSheets[0].insertRule('@import url("resources/css-insert-import-rule.css");', 0); | ||||
13 | } | ||||
14 | </script> | ||||
15 | |||||
16 | </head> | ||||
17 | <body onload="test()";> | ||||
18 | <div></div> | ||||
19 | </body> |