blob: f20f6e0fdcacd6beae01f93e41ea8f4fb456575e [file] [log] [blame]
<p>This tests <a href="http://bugzilla.opendarwin.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>