Skip to content
  • commit-queue@webkit.org's avatar
    2011-06-23 Young Han Lee <joybro@company100.net> · 8b002bf4
    commit-queue@webkit.org authored
            Reviewed by Simon Fraser.
    
            runAnimationTest always fails if the pause API is enabled and the test target animation has "infinite" iteration count.
            https://bugs.webkit.org/show_bug.cgi?id=63152
    
            The pausing conditions are modified. Now it accepts the infinite-iteration-count,
            but rejects the zero-iteration-count. There is no reason to consider the zero-count meaning no animation.
    
            * animations/keyframes-infinite-iterations-expected.txt: Added.
            * animations/keyframes-infinite-iterations.html: Added.
    2011-06-23  Young Han Lee  <joybro@company100.net>
    
            Reviewed by Simon Fraser.
    
            runAnimationTest always fails if the pause API is enabled and the test target animation has "infinite" iteration count.
            https://bugs.webkit.org/show_bug.cgi?id=63152
    
            The pausing conditions are modified. Now it accepts the infinite-iteration-count,
            but rejects the zero-iteration-count. There is no reason to consider the zero-count meaning no animation.
    
            Test: animations/keyframes-infinite-iterations.html
    
            * page/animation/CompositeAnimation.cpp:
            (WebCore::CompositeAnimation::pauseAnimationAtTime):
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@89597 268f45cc-cd09-0410-ab3c-d52691b4dbfc
    8b002bf4