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

Unified Diff: third_party/WebKit/LayoutTests/web-animations-api/animation-ready-promise-expected.txt

Issue 2910883002: Clean up duplicate tests in web-animations-api (Closed)
Patch Set: Rebase and remove one more reference to deleted test 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/web-animations-api/animation-ready-promise-expected.txt
diff --git a/third_party/WebKit/LayoutTests/web-animations-api/animation-ready-promise-expected.txt b/third_party/WebKit/LayoutTests/web-animations-api/animation-ready-promise-expected.txt
deleted file mode 100644
index 58e3f773b1a0febfaa41d797d3c07ba1532e27fb..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/web-animations-api/animation-ready-promise-expected.txt
+++ /dev/null
@@ -1,13 +0,0 @@
-CONSOLE ERROR: line 29: Uncaught (in promise) AbortError: The user aborted a request.
-This is a testharness.js-based test.
-Harness Error. harness_status.status = 1 , harness_status.message = The user aborted a request.
-PASS The ready attribute should be a Promise
-PASS The ready promise should be resolved when an animation is in the idle play state
-PASS The ready promise should be replaced when the animation is cancelled
-PASS The ready promise should be replaced when the animation enters the pending state
-PASS A pending ready promise should be rejected when the animation is cancelled
-PASS A pending ready promise should be resolved and not replaced when the animation enters the running state
-PASS A pending ready promise should be resolved and not replaced when the animation enters the finished state
-PASS A pending ready promise should be resolved and not replaced when the animation enters the paused state
-Harness: the test ran to completion.
-

Powered by Google App Engine
This is Rietveld 408576698