Bug 6960

Summary: REGRESSION: Assertion failure in table_layout.cpp:216 calcWidthArray()
Product: WebKit Reporter: mitz
Component: TablesAssignee: Darin Adler <darin>
Status: RESOLVED FIXED    
Severity: Normal CC: bdakin
Priority: P1    
Version: 420+   
Hardware: Mac   
OS: OS X 10.4   
Attachments:
Description Flags
Testcase none

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.