[Webkit-unassigned] [Bug 17254] Acid3 *-of-type test fails

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Feb 9 14:34:51 PST 2008


http://bugs.webkit.org/show_bug.cgi?id=17254


hyatt at apple.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|webkit-                     |hyatt at apple.com
                   |unassigned at lists.webkit.org |




------- Comment #1 from hyatt at apple.com  2008-02-09 14:34 PDT -------
The bug is with the parseNth function.  It incorrectly treats negative
coefficients of n as positive.

a = nth.substring(0, n).toInt();

The above is the correction. Instead of 1, n-1 it was supposed to be 0, n.

I'll get a patch up once I've landed my other changes to CSSStyleSelector.cpp.


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



More information about the webkit-unassigned mailing list