3 body { overflow: hidden; }
6 window
.onresize = function() {
7 var tbody
= document
.createElement("TBODY")
9 var m
= (document
.getElementsByTagName("TABLE"))[0]
10 if(m
.hasChildNodes()) m
.removeChild(m
.lastChild
)
12 var tr
= tbody
.appendChild(document
.createElement("TR"))
18 <body onload=
"setTimeout('window.resizeTo(500,500)', 0)">
21 <b>BUG ID:
<a href=
"http://bugs.webkit.org/show_bug.cgi?id=8739">Bugzilla bug
8739</a></b>
22 Crash in RenderTableSection::paint due to manipulating DOM on resize
24 <p id=
"success" style=
"background-color:palegreen; padding:3px;">
25 ><b>TEST PASS:
</b> You got here without crashing, which means test PASS. It is normal for the
26 window to have resized.