[Webkit-unassigned] [Bug 69531] animation-iteration-count does not handle floating point values correctly.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Mar 13 11:12:44 PDT 2012


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


Dean Jackson <dino at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #130948|review?, commit-queue?      |review+, commit-queue+
               Flag|                            |




--- Comment #5 from Dean Jackson <dino at apple.com>  2012-03-13 11:12:44 PST ---
(From update of attachment 130948)
View in context: https://bugs.webkit.org/attachment.cgi?id=130948&action=review

I think Alexis asked for a link to the spec in the ChangeLog. Sorry that you inherited the bad {} style from existing tests (probably my fault).

> LayoutTests/animations/fill-mode-iteration-count-non-integer.html:86
> +            if (Math.abs(expectedValue - realValue) < allowance) {
> +              result += "PASS";
> +            } else {
> +              result += "FAIL";
> +            }

Single lines - no {}

> LayoutTests/animations/fill-mode-iteration-count-non-integer.html:104
> +            if (Math.abs(expectedValue - realValue) < allowance) {
> +              result += "PASS";
> +            } else {
> +              result += "FAIL";
> +            }

Single lines - no {}

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