6 testRunner
.dumpAsText();
9 var firstBody
= document
.getElementById("firstBody");
10 firstBody
.removeChild(firstBody
.firstChild
);
14 window
.addEventListener("load", crash
, false);
18 <p>Bug
<a href=
"https://bugs.webkit.org/show_bug.cgi?id=71246">71246</a>: REGRESSION(
98738): Multiple crashes in the table rendering code
</p>
19 <p>This test PASSES if it does not CRASH.
</p>
20 <table style=
"table-layout:fixed; width:0;">
21 <tbody id=
"firstBody"><tr></tr></tbody>