3 <title>Property is declared twice in rule
</title>
4 <style type=
"text/css">
12 if (window
.testRunner
)
13 window
.testRunner
.dumpAsText();
17 <div>This text should be green and the page should have no other style.
</div>
18 <div id=
"testresult">Fail
</div>
19 <script type=
"text/javascript">
20 if(document
.styleSheets
[0].cssRules
[0].style
.length
== 1)
22 document
.getElementById("testresult").innerHTML
= "Pass";