haikuwebkit/LayoutTests/transitions/zero-duration-with-non-zero...

3 lines
79 B
Plaintext
Raw Permalink Normal View History

2011-04-26 Simon Fraser <simon.fraser@apple.com> Reviewed by Daniel Bates. Convert some transition tests to use the pause API, and more cleanup https://bugs.webkit.org/show_bug.cgi?id=59490 * animations/animation-drt-api.html: Fail message was the same as the pass message (doh!). * platform/chromium-linux/transitions/transition-drt-api-expected.png: Removed. * platform/chromium-win/transitions/transition-drt-api-expected.png: Removed. * platform/chromium-win/transitions/transition-drt-api-expected.txt: Removed. * platform/gtk/transitions/transition-drt-api-expected.txt: Removed. * platform/mac/transitions/transition-drt-api-expected.png: Removed. * platform/mac/transitions/transition-drt-api-expected.txt: Removed. * transitions/transition-drt-api-expected.txt: Added. * transitions/transition-drt-api.html: Made into a text test. * transitions/font-family-during-transition.html: Use the pause API. * transitions/transition-drt-api-delay.html: General cleanup. * transitions/bad-transition-shorthand-crash.html: Shorten the test. * transitions/border-radius-transition.html: * transitions/default-timing-function.html: * transitions/interrupt-zero-duration.html: Remove style attribute * transitions/color-transition-premultiplied.html: * transitions/transition-timing-function-expected.txt: * transitions/transition-timing-function.html: Use pause API. * transitions/inherit-other-props.html: * transitions/transform-op-list-match.html: Whitespace. * transitions/opacity-transition-zindex.html: Add FIXME. * transitions/transition-shorthand-delay-expected.txt: * transitions/transition-shorthand-delay.html: * transitions/zero-duration-with-non-zero-delay-start-expected.txt: * transitions/zero-duration-with-non-zero-delay-start.html: Use runTransitionTest(). Canonical link: https://commits.webkit.org/74683@main git-svn-id: https://svn.webkit.org/repository/webkit/trunk@84961 268f45cc-cd09-0410-ab3c-d52691b4dbfc
2011-04-26 21:49:10 +00:00
PASS - "left" property for "target" element at 1s saw something close to: 200
2009-01-08 Pierre-Olivier Latour <pol@apple.com> Reviewed by Dan Bernstein. Fixed CSS Transitions with zero-duration but non-zero-delay not starting or ending properly. Also updated AnimationController::numberOfActiveAnimations() which now returns the number of "active" animations, instead of simply the "running" ones. https://bugs.webkit.org/show_bug.cgi?id=23177 Tests: transitions/zero-duration-with-non-zero-delay-end.html transitions/zero-duration-with-non-zero-delay-start.html * page/animation/AnimationBase.cpp: (WebCore::AnimationBase::fireAnimationEventsIfNeeded): * page/animation/AnimationController.cpp: (WebCore::AnimationControllerPrivate::animationTimerFired): * page/animation/CompositeAnimation.cpp: (WebCore::CompositeAnimationPrivate::numberOfActiveAnimations): Added layout tests for CSS Transitions with zero-duration but non-zero-delay. Also updated the layout test for DRT API numberOfActiveAnimations() which now returns the number of "active" animations, instead of simply the running ones. https://bugs.webkit.org/show_bug.cgi?id=23177 * animations/animation-controller-drt-api-expected.txt: * animations/animation-controller-drt-api.html: * platform/win/Skipped: * transitions/zero-duration-with-non-zero-delay-end-expected.txt: Added. * transitions/zero-duration-with-non-zero-delay-end.html: Added. * transitions/zero-duration-with-non-zero-delay-start-expected.txt: Added. * transitions/zero-duration-with-non-zero-delay-start.html: Added. Canonical link: https://commits.webkit.org/31910@main git-svn-id: https://svn.webkit.org/repository/webkit/trunk@39711 268f45cc-cd09-0410-ab3c-d52691b4dbfc
2009-01-08 18:24:47 +00:00