blob: 2a5d1cb292fa3abf34c18210c8c0333dd7d65cc1 [file] [log] [blame]
<!DOCTYPE html>
<p>Bug <a href="https://bugs.webkit.org/show_bug.cgi?id=88676">88676</a>: Crash in TableLayoutAlgorithmFixed::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>