| Index: third_party/WebKit/LayoutTests/imported/wpt/web-animations/timing-model/animations/set-the-timeline-of-an-animation-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/imported/wpt/web-animations/timing-model/animations/set-the-timeline-of-an-animation-expected.txt b/third_party/WebKit/LayoutTests/imported/wpt/web-animations/timing-model/animations/set-the-timeline-of-an-animation-expected.txt
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..eb917d14c708c71f4613c4eeda3a5e9575f05c63
|
| --- /dev/null
|
| +++ b/third_party/WebKit/LayoutTests/imported/wpt/web-animations/timing-model/animations/set-the-timeline-of-an-animation-expected.txt
|
| @@ -0,0 +1,21 @@
|
| +This is a testharness.js-based test.
|
| +FAIL After setting timeline on paused animation it is still paused Animation is not defined
|
| +FAIL After setting timeline on animation paused outside active interval it is still paused Animation is not defined
|
| +FAIL After setting timeline on an idle animation without a start time it is still idle Animation is not defined
|
| +FAIL After setting timeline on an idle animation with a start time it is running Animation is not defined
|
| +FAIL After setting timeline on an idle animation with a sufficiently ancient start time it is finished Animation is not defined
|
| +FAIL After setting timeline on a play-pending animation it is still pending Animation is not defined
|
| +FAIL After setting timeline on a play-pending animation it begins playing after pending Animation is not defined
|
| +FAIL After setting timeline on a pause-pending animation it is still pending Animation is not defined
|
| +FAIL After setting timeline on a pause-pending animation it becomes paused after pending Animation is not defined
|
| +FAIL After clearing timeline on paused animation it is still paused Animation is not defined
|
| +FAIL After clearing timeline on finished animation it is idle Animation is not defined
|
| +FAIL After clearing timeline on running animation it is idle Animation is not defined
|
| +FAIL After clearing timeline on idle animation it is still idle Animation is not defined
|
| +PASS After clearing timeline on play-pending animation it is still pending
|
| +PASS After clearing and re-setting timeline on play-pending animation it begins to play
|
| +FAIL After clearing timeline on a pause-pending animation it is still pending Animation is not defined
|
| +FAIL After clearing and re-setting timeline on a pause-pending animation it becomes paused Animation is not defined
|
| +FAIL After clearing and re-setting timeline on an animation in the middle of an aborted pause, it continues playing using the same start time Animation is not defined
|
| +Harness: the test ran to completion.
|
| +
|
|
|