| Index: third_party/WebKit/LayoutTests/imported/web-platform-tests/web-animations/animation/finished-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/imported/web-platform-tests/web-animations/animation/finished-expected.txt b/third_party/WebKit/LayoutTests/imported/web-platform-tests/web-animations/animation/finished-expected.txt
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..d18904c3d82f7456f27ba982a0fbc432a10900b1
|
| --- /dev/null
|
| +++ b/third_party/WebKit/LayoutTests/imported/web-platform-tests/web-animations/animation/finished-expected.txt
|
| @@ -0,0 +1,23 @@
|
| +This is a testharness.js-based test.
|
| +PASS Test pausing then playing does not change the finished promise
|
| +PASS Test restarting a finished animation
|
| +PASS Test restarting a reversed finished animation
|
| +PASS Test redundant finishing of animation
|
| +PASS Finished promise does not resolve when paused
|
| +PASS Finished promise does not resolve when pause-pending
|
| +PASS The finished promise is fulfilled with its Animation
|
| +PASS finished promise is rejected when an animation is cancelled by calling cancel()
|
| +PASS cancelling an already-finished animation replaces the finished promise
|
| +FAIL cancelling an idle animation still replaces the finished promise assert_not_equals: A redundant call to cancel() should still generate a new finished promise got disallowed value object "[object Promise]"
|
| +FAIL Test finished promise changes for animation duration changes assert_false: shortening of the animation duration should resolve the finished promise expected false got true
|
| +PASS Test finished promise changes when playbackRate == 0
|
| +PASS Test finished promise resolves when reaching to the natural boundary.
|
| +PASS Test finished promise changes when a prior finished promise resolved and the animation falls out finished state
|
| +PASS Test no new finished promise generated when finished state is checked asynchronously
|
| +PASS Test new finished promise generated when finished state is checked synchronously
|
| +PASS Test synchronous finished promise resolved even if finished state is changed soon
|
| +PASS Test synchronous finished promise resolved even if asynchronous finished promise happens just before synchronous promise
|
| +FAIL Test finished promise is not resolved when the animation falls out finished state immediately assert_unreached: Animation.finished should not be resolved Reached unreachable code
|
| +FAIL Test finished promise is not resolved once the animation falls out finished state even though the current finished promise is generated soon after animation state became finished assert_unreached: Animation.finished should not be resolved Reached unreachable code
|
| +Harness: the test ran to completion.
|
| +
|
|
|