Bug 31652

Summary: ASSERT thrown when a high value is used for roman numerals in lists
Product: WebKit Reporter: Rahul Kuchhal <kuchhal>
Component: Layout and RenderingAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, darin
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: OS X 10.5   
Attachments:
Description Flags
potential fix for assert
eric: review-
patch with updated layout test none

Rahul Kuchhal
Reported 2009-11-18 16:17:25 PST
WebKit throws ASSERT for this html: <html> <body> <ol start="3888" type="i"> <li>Foo </li> </ol> </body> </html> Posting one potential fix and a layout test soon.
Attachments
potential fix for assert (3.14 KB, patch)
2009-11-18 16:21 PST, Rahul Kuchhal
eric: review-
patch with updated layout test (2.59 KB, patch)
2009-11-19 08:52 PST, Rahul Kuchhal
no flags
Rahul Kuchhal
Comment 1 2009-11-18 16:21:57 PST
Created attachment 43470 [details] potential fix for assert
Eric Seidel (no email)
Comment 2 2009-11-19 01:08:02 PST
Comment on attachment 43470 [details] potential fix for assert This should be a dumpAsText() test since it is just testing for a crash. The test should say something like: PASS: this test did not crash, bug 31652 for the output.
Rahul Kuchhal
Comment 3 2009-11-19 08:52:13 PST
Created attachment 43507 [details] patch with updated layout test
WebKit Commit Bot
Comment 4 2009-11-19 12:25:28 PST
Comment on attachment 43507 [details] patch with updated layout test Clearing flags on attachment: 43507 Committed r51201: <http://trac.webkit.org/changeset/51201>
WebKit Commit Bot
Comment 5 2009-11-19 12:25:33 PST
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.