blob: a72c9dc899c8e8c57658c944377007233b62b828 [file] [log] [blame]
jchaffraix@webkit.org89739782012-06-26 19:16:08 +00001<!DOCTYPE html>
2<p>Bug <a href="https://bugs.webkit.org/show_bug.cgi?id=88676">88676</a>: Crash in FixedTableLayout::layout</p>
3<p id="console">FAILED, the test didn't run.</p>
4<table id="table">
5 <tbody>
6 <tr></tr>
7 </tbody>
8 <colgroup id="colGroup"></colgroup>
9</table>
10<script>
11 if (window.testRunner)
12 testRunner.dumpAsText();
13
14 document.body.offsetTop;
15 table.removeChild(colGroup);
16 document.getElementById("console").innerHTML = "PASSED, the test didn't crash.";
17</script>