blob: f459a512d1152c1bf323b40abe5e1d5b33657cfe [file] [log] [blame]
<!DOCTYPE html>
<p>Test for bug <a href="http://webkit.org/b/87314">87314</a>: Crash in RenderTableCol::nextColumn</p>
<table>
<colgroup>
</colgroup>
<tbody>
<td></td>
</tbody>
</table>
<script>
if (window.testRunner)
testRunner.dumpAsText();
var colgroup = document.createElement("colgroup");
document.getElementsByTagName("colgroup")[0].appendChild(colgroup);
document.body.offsetTop;
document.body.appendChild(document.createTextNode("PASSED, this test didn't crash or ASSERT."));
</script>