Index: third_party/WebKit/LayoutTests/imported/web-platform-tests/web-animations/animation/finish-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/imported/web-platform-tests/web-animations/animation/finish-expected.txt b/third_party/WebKit/LayoutTests/imported/web-platform-tests/web-animations/animation/finish-expected.txt |
new file mode 100644 |
index 0000000000000000000000000000000000000000..1bd47f70e44d1a02cc5780a5ab70012d89c5d15b |
--- /dev/null |
+++ b/third_party/WebKit/LayoutTests/imported/web-platform-tests/web-animations/animation/finish-expected.txt |
@@ -0,0 +1,16 @@ |
+This is a testharness.js-based test. |
+PASS Test exceptions when finishing non-running animation |
+PASS Test exceptions when finishing infinite animation |
+PASS Test finishing of animation |
+FAIL Test finishing of animation with a current time past the effect end animation.effect.getComputedTiming is not a function |
+PASS Test finishing of reversed animation |
+PASS Test finishing of reversed animation with a current time less than zero |
+FAIL Test finish() while paused promise_test: Unhandled rejection with value: object "TypeError: Cannot read property 'currentTime' of undefined" |
+FAIL Test finish() while pause-pending with positive playbackRate Cannot read property 'currentTime' of undefined |
+FAIL Test finish() while pause-pending with negative playbackRate Cannot read property 'currentTime' of undefined |
+FAIL Test finish() while play-pending Cannot read property 'currentTime' of undefined |
+PASS Test finish() during aborted pause |
+PASS Test resetting of computed style |
+PASS Test finish() resolves finished promise synchronously |
+Harness: the test ran to completion. |
+ |