4 /* a descendant rule makes us so sophisticated (and crash-prone) */
5 pre div { color: brown; }
10 if (window
.testRunner
)
11 testRunner
.dumpAsText();
13 // first, make sure the target needs style recalc
14 target
.style
.backgroundColor
= "white";
15 target
.innerHTML
= '<div><IFRAME></IFRAME><img></div>';
20 <body onload=
"runTest()">
21 <div id=
"target"></div>
22 <div>SUCCESS! Didn't crash
</div>