| 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.
|
| +
|
|
|