Bug 5731

Summary: Form element as display: table-cell hangs Safari (will eventually crash)
Product: WebKit Reporter: Edward Lee <edilee>
Component: TablesAssignee: Darin Adler <darin>
Status: RESOLVED FIXED    
Severity: Major CC: alice.barraclough
Priority: P1 Keywords: HasReduction, InRadar
Version: 420+   
Hardware: Mac   
OS: OS X 10.4   
URL: data:text/html,<form style="display:table-cell"></form>
Attachments:
Description Flags
patch, including a test for LayoutTests mjs: review+

Description Edward Lee 2005-11-13 12:38:55 PST
A page with a form styled (inline or external css) with display: table-cell;
causes Safari to hang.

<form style="display:table-cell"></form>
Comment 1 Alexey Proskuryakov 2006-01-03 16:08:23 PST
A reproducible freeze is arguably as bad as a reproducible crash; bumping priority to P1.
Comment 2 Alice Liu 2006-01-10 11:31:47 PST
<rdar://problem/3877344>
Comment 3 Darin Adler 2006-01-22 18:28:56 PST
Created attachment 5859 [details]
patch, including a test for LayoutTests
Comment 4 Maciej Stachowiak 2006-01-22 19:56:08 PST
Comment on attachment 5859 [details]
patch, including a test for LayoutTests

Looks good to me. Nice test case.