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