[Webkit-unassigned] [Bug 34708] New: The number displays incorrectly if counter-increment is with an identifier and a number equivalent to the maximum value 2147483647 and grouped thirty-two times.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Feb 8 09:12:05 PST 2010


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

           Summary: The number displays incorrectly if counter-increment
                    is with an identifier and a number equivalent to the
                    maximum value 2147483647 and grouped thirty-two times.
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebKit Qt
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: sangeetha.sugavanam at nokia.com


Use Case:
Counter-increment with an identifier and a number equivalent to the maximum
value, ident 2147483647, grouped thirty-two times.
Counter-increment with an identifier and a number equivalent to the maximum
value with a plus sign, ident +2147483647, grouped thirty-two times.
Counter-increment with an identifier and a number equivalent to the maximum
minus one value, ident 2147483646, grouped thirty-two times.
Counter-increment with an identifier and a number equivalent to the maximum
plus one value, ident 2147483648, grouped thirty-two times.


1. Launch QtLauncher.
2. Unzip the contents of the zip file.
3. Load the html page from the extracted zip file.
4. Click on the first link on the page.

Actual outcome:
The number is -32.

Expected outcome:
The number should be 2147483647.

-- 
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