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

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

Issue 2806623003: Implement Animation constructor (Closed)
Patch Set: Add back in DCHECK about flag being enabled Created 3 years, 6 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/external/wpt/web-animations/interfaces/Animation/finish-expected.txt
diff --git a/third_party/WebKit/LayoutTests/external/wpt/web-animations/interfaces/Animation/finish-expected.txt b/third_party/WebKit/LayoutTests/external/wpt/web-animations/interfaces/Animation/finish-expected.txt
deleted file mode 100644
index bd053d2e286ddf04d682107b858d519f09b1f119..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/external/wpt/web-animations/interfaces/Animation/finish-expected.txt
+++ /dev/null
@@ -1,18 +0,0 @@
-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
-PASS Test finishing of animation with a current time past the effect end
-PASS Test finishing of reversed animation
-PASS Test finishing of reversed animation with a current time less than zero
-PASS Test finish() while paused
-PASS Test finish() while pause-pending with positive playbackRate
-PASS Test finish() while pause-pending with negative playbackRate
-PASS Test finish() while play-pending
-PASS Test finish() during aborted pause
-PASS Test resetting of computed style
-PASS Test finish() resolves finished promise synchronously
-FAIL Test finish() resolves finished promise synchronously with an animation without a target Animation is not defined
-FAIL Test normally finished animation resolves finished promise synchronously with an animation without a target Animation is not defined
-Harness: the test ran to completion.
-

Powered by Google App Engine
This is Rietveld 408576698