1 <!DOCTYPE HTML PUBLIC
"-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
4 <title>Test case for bug
17082</title>
5 <style type=
"text/css">
9 <script type=
"text/javascript">
10 var rules
= document
.styleSheets
[0].cssRules
;
11 document
.styleSheets
[0].insertRule("img { height: 40px; }", 0);
12 if (document
.styleSheets
[0].cssRules
.length
&& rules
.length
) document
.write("<p>Test: PASSED</p>"); else document
.write("<p style=\"background-color:red;\">Test: FAILED</p>");