[Webkit-unassigned] [Bug 31652] New: ASSERT thrown when a high value is used for roman numerals in lists

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Nov 18 16:17:27 PST 2009


https://bugs.webkit.org/show_bug.cgi?id=31652

           Summary: ASSERT thrown when a high value is used for roman
                    numerals in lists
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Mac OS X 10.5
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Layout and Rendering
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: kuchhal at chromium.org


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.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list