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

Side by Side 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 unified diff | Download patch
OLDNEW
(Empty)
1 CONSOLE ERROR: line 61: Uncaught (in promise) TypeError: Cannot read property 'c urrentTime' of undefined
2 CONSOLE ERROR: line 19: Uncaught (in promise) TypeError: Cannot read property 'c urrentTime' of undefined
3 CONSOLE ERROR: line 40: Uncaught (in promise) TypeError: Cannot read property 'c urrentTime' of undefined
4 This is a testharness.js-based test.
5 FAIL onfinish event is fired when the currentTime < 0 and the playbackRate < 0 a ssert_equals: event.timelineTime should equal to the animation timeline when fin ished promise is resolved expected (undefined) undefined but got (number) 28.850 66671296954
6 FAIL onfinish event is fired when the currentTime > 0 and the playbackRate > 0 a ssert_equals: event.timelineTime should equal to the animation timeline when fin ished promise is resolved expected (undefined) undefined but got (number) 28.850 66671296954
7 FAIL onfinish event is fired when animation.finish() is called assert_equals: ev ent.timelineTime should equal to the animation timeline when finished promise is resolved expected (undefined) undefined but got (number) 28.85066671296954
8 PASS onfinish event is not fired when paused
9 PASS onfinish event is not fired when the playbackRate is zero
10 PASS onfinish event is not fired when the animation falls out finished state imm ediately
11 Harness: the test ran to completion.
12
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698