Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(187)

Unified Diff: third_party/WebKit/LayoutTests/imported/wpt/web-animations/interfaces/Animation/onfinish-expected.txt

Issue 1999243002: Import wpt@5df9b57edb3307a87d5187804b29c8ddd2aa14e1 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add expectations files (using run-webkit-tests --new-baseline) Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/imported/wpt/web-animations/interfaces/Animation/onfinish-expected.txt
diff --git a/third_party/WebKit/LayoutTests/imported/wpt/web-animations/interfaces/Animation/onfinish-expected.txt b/third_party/WebKit/LayoutTests/imported/wpt/web-animations/interfaces/Animation/onfinish-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..7f9c1458e2aaf77a070557f96d3fba24dac6c9db
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/imported/wpt/web-animations/interfaces/Animation/onfinish-expected.txt
@@ -0,0 +1,12 @@
+CONSOLE ERROR: line 61: Uncaught (in promise) TypeError: Cannot read property 'currentTime' of undefined
+CONSOLE ERROR: line 19: Uncaught (in promise) TypeError: Cannot read property 'currentTime' of undefined
+CONSOLE ERROR: line 40: Uncaught (in promise) TypeError: Cannot read property 'currentTime' of undefined
+This is a testharness.js-based test.
+FAIL onfinish event is fired when the currentTime < 0 and the playbackRate < 0 assert_equals: event.timelineTime should equal to the animation timeline when finished promise is resolved expected (undefined) undefined but got (number) 28.85066671296954
+FAIL onfinish event is fired when the currentTime > 0 and the playbackRate > 0 assert_equals: event.timelineTime should equal to the animation timeline when finished promise is resolved expected (undefined) undefined but got (number) 28.85066671296954
+FAIL onfinish event is fired when animation.finish() is called assert_equals: event.timelineTime should equal to the animation timeline when finished promise is resolved expected (undefined) undefined but got (number) 28.85066671296954
+PASS onfinish event is not fired when paused
+PASS onfinish event is not fired when the playbackRate is zero
+PASS onfinish event is not fired when the animation falls out finished state immediately
+Harness: the test ran to completion.
+

Powered by Google App Engine
This is Rietveld 408576698