3 tr { width:
100px; height:
100px; }
8 This tests for a regression against
9 <i><a href=
"https://bugs.webkit.org/show_bug.cgi?id=5868">http://bugzilla.opendarwin.org/show_bug.cgi?id=
5868</a>
10 Crash on HP.com with ToT and Safari
2.0.2 in khtml::RenderContainer::detach()
</i>.
13 There should be two
100x100 squares stacked vertically below.
14 The green square should be above the blue square.
18 <tr style=
"display:none; background: green;" id=
"t">
20 <tr style=
"display:block; background: blue;"></tr>
22 <script language=
"JavaScript">
23 document
.getElementById('t').style
.display
= 'block';