RESOLVED FIXED 6960
REGRESSION: Assertion failure in table_layout.cpp:216 calcWidthArray()
https://bugs.webkit.org/show_bug.cgi?id=6960
Summary REGRESSION: Assertion failure in table_layout.cpp:216 calcWidthArray()
mitz
Reported 2006-01-31 01:59:16 PST
The testcase fails the assertion in table_layout.cpp:216 that a row's children are all table cells. The assert isn't new but it was recently changed (r12471) from a Q_ASSERT, which did nothing, into an ASSERT. I think the assert should just go away.
Attachments
Testcase (90 bytes, text/html)
2006-01-31 01:59 PST, mitz
no flags
mitz
Comment 1 2006-01-31 01:59:59 PST
Created attachment 6142 [details] Testcase
Darin Adler
Comment 2 2006-01-31 09:23:53 PST
I'll land this as a test case and take out the assertion.
Eric Seidel (no email)
Comment 3 2006-01-31 21:20:49 PST
Removing Regression keyword from bugs already fixed.
Note You need to log in before you can comment on or make changes to this bug.