blob: 74b5a040042ac824147bc4e3d89d362e3ce30966 [file] [log] [blame]
<!DOCTYPE html>
<p>Bug <a href="https://bugs.webkit.org/show_bug.cgi?id=88676">88676</a>: Crash in FixedTableLayout::layout</p>
<p id="console">FAILED, the test didn't run.</p>
<table id="table" width="1" style="table-layout:fixed;">
<tbody>
<tr></tr>
</tbody>
<colgroup id="colGroup"></colgroup>
</table>
<script>
if (window.testRunner)
testRunner.dumpAsText();
document.body.offsetTop;
table.removeChild(colGroup);
document.getElementById("console").innerHTML = "PASSED, the test didn't crash.";
</script>