blob: 0c398b90234c7ca6383975ed9025126b37901b4e [file] [log] [blame]
<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>