<p>This tests <a href="https://bugs.webkit.org/show_bug.cgi?id=6960">bug 6960</a>, | |
which was an assertion that failed for fixed-layout tables with non-cells in them. | |
This can arise with forms, at least.</p> | |
<p>The test is simply that the empty table below does not cause a crash.</p> | |
<table style="table-layout: fixed; width: 100px; height: 100px; border: solid red 3px"><tr><form><td></td></form></tr></table> |