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

Side by Side Diff: third_party/WebKit/LayoutTests/imported/wpt/web-animations/interfaces/Animation/finish-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
1 This is a testharness.js-based test. 1 This is a testharness.js-based test.
2 PASS Test exceptions when finishing non-running animation 2 PASS Test exceptions when finishing non-running animation
3 PASS Test exceptions when finishing infinite animation 3 PASS Test exceptions when finishing infinite animation
4 PASS Test finishing of animation 4 PASS Test finishing of animation
5 PASS Test finishing of animation with a current time past the effect end 5 FAIL Test finishing of animation with a current time past the effect end animati on.effect.getComputedTiming is not a function
6 PASS Test finishing of reversed animation 6 PASS Test finishing of reversed animation
7 PASS Test finishing of reversed animation with a current time less than zero 7 PASS Test finishing of reversed animation with a current time less than zero
8 FAIL Test finish() while paused promise_test: Unhandled rejection with value: ob ject "TypeError: Cannot read property 'currentTime' of undefined" 8 FAIL Test finish() while paused promise_test: Unhandled rejection with value: ob ject "TypeError: Cannot read property 'currentTime' of undefined"
9 FAIL Test finish() while pause-pending with positive playbackRate Cannot read pr operty 'currentTime' of undefined 9 FAIL Test finish() while pause-pending with positive playbackRate Cannot read pr operty 'currentTime' of undefined
10 FAIL Test finish() while pause-pending with negative playbackRate Cannot read pr operty 'currentTime' of undefined 10 FAIL Test finish() while pause-pending with negative playbackRate Cannot read pr operty 'currentTime' of undefined
11 FAIL Test finish() while play-pending Cannot read property 'currentTime' of unde fined 11 FAIL Test finish() while play-pending Cannot read property 'currentTime' of unde fined
12 PASS Test finish() during aborted pause 12 PASS Test finish() during aborted pause
13 PASS Test resetting of computed style 13 PASS Test resetting of computed style
14 PASS Test finish() resolves finished promise synchronously 14 PASS Test finish() resolves finished promise synchronously
15 FAIL Test finish() resolves finished promise synchronously with an animation wit hout a target KeyframeEffectReadOnly is not defined
16 FAIL Test normally finished animation resolves finished promise synchronously wi th an animation without a target KeyframeEffectReadOnly is not defined
15 Harness: the test ran to completion. 17 Harness: the test ran to completion.
16 18
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698