6 testRunner
.dumpAsText();
10 var firstCell
= document
.getElementById("firstCell");
11 firstCell
.parentNode
.removeChild(firstCell
);
14 window
.addEventListener("load", crash
, false);
18 <p> Bug
<a href=
"https://bugs.webkit.org/show_bug.cgi?id=70171">70171</a>: Crash in LayoutTableSection::splitColumn
</p>
19 <p> This test PASSES if it does not CRASH or ASSERT.
</p>
20 <table><tr><td id=
"firstCell">foobar
</td><td colspan=
"2"></td><td></td></tr></table>