2 /* dummy descendant rule */
3 span li { color: red; }
6 Test for
<i><a href=
"http://bugs.webkit.org/show_bug.cgi?id=15887">http://bugs.webkit.org/show_bug.cgi?id=
15887</a> REGRESSION (r27576): Crash in ComputedStyle::affectedByHoverRules clicking link on Digg
</i>.
9 This test should not crash.
11 <div id=
"target" style=
"display: none;"></div>
13 if (window
.testRunner
)
14 testRunner
.dumpAsText();
15 document
.getElementById("target").style
.color
= "blue";