+2006-01-31 Mitz Pettel <opendarwin.org@mitzpettel.com>
+
+ Reviewed by Darin.
+
+ - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=6960
+ REGRESSION: Assertion failure in table_layout.cpp:216 calcWidthArray()
+
+ * fast/table/fixed-table-non-cell-in-row.html: Added.
+ * fast/table/fixed-table-non-cell-in-row-expected.txt: Added.
+ * fast/table/fixed-table-non-cell-in-row-expected.png: Added.
+ * fast/table/fixed-table-non-cell-in-row-expected.checksum: Added.
+
2006-01-31 Anders Carlsson <andersca@mac.com>
Reviewed by John.
--- /dev/null
+layer at (0,0) size 800x600
+ RenderCanvas at (0,0) size 800x600
+layer at (0,0) size 800x600
+ RenderBlock {HTML} at (0,0) size 800x600
+ RenderBody {BODY} at (8,8) size 784x584
+ RenderBlock {P} at (0,0) size 784x36
+ RenderText {TEXT} at (0,0) size 63x18
+ text run at (0,0) width 63: "This tests "
+ RenderInline {A} at (0,0) size 60x18 [color=#0000EE]
+ RenderText {TEXT} at (63,0) size 60x18
+ text run at (63,0) width 60: "bug 6960"
+ RenderText {TEXT} at (123,0) size 756x36
+ text run at (123,0) width 633: ", which was an assertion that failed for fixed-layout tables with non-cells in them. This can arise with"
+ text run at (0,18) width 91: "forms, at least."
+ RenderBlock {P} at (0,52) size 784x18
+ RenderText {TEXT} at (0,0) size 428x18
+ text run at (0,0) width 428: "The test is simply that the empty table below does not cause a crash."
+ RenderTable {TABLE} at (0,86) size 100x100 [border: (3px solid #FF0000)]
+ RenderTableSection {TBODY} at (3,3) size 0x94
+ RenderTableRow {TR} at (0,0) size 0x0
+ RenderBlock {FORM} at (0,0) size 0x0
+ RenderTableCell {TD} at (2,46) size 90x2 [r=0 c=0 rs=1 cs=1]
--- /dev/null
+<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>