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=
"border-collapse: collapse">
21 <tbody id=
"firstBody" style=
"border: 2px solid green"><tr style=
"border: 4px solid red"></tr></tbody>