[Webkit-unassigned] [Bug 63152] New: runAnimationTest always fails if the pause API is enabled and the test target animation has "infinite" iteration count.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jun 22 10:12:28 PDT 2011


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

           Summary: runAnimationTest always fails if the pause API is
                    enabled and the test target animation has "infinite"
                    iteration count.
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Minor
          Priority: P2
         Component: Layout and Rendering
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: joybro at company100.net


Created an attachment (id=98195)
 --> (https://bugs.webkit.org/attachment.cgi?id=98195&action=review)
testcase

The testcase is a slightly modified version of the LayoutTests/animations/keyframes.html, and the only difference is the animation-iteration-count property.

The result of the testcase :
-PASS - "left" property for "box" element at 0.3s saw something close to: 100
-PASS - "left" property for "box" element at 0.7s saw something close to: 200
+FAIL - animation "anim" is not running
+FAIL - animation "anim" is not running

You can see that any animation test fails if you put a '-webkit-animation-iteration-count: infinite' line to the test.

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