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

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

Issue 2648173006: Import wpt@cf62b859e6b890abc34f8140d185ba91df95c5b6 (Closed)
Patch Set: Rebased Created 3 years, 11 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
« no previous file with comments | « third_party/WebKit/LayoutTests/resources/testharness.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
new file mode 100644
index 0000000000000000000000000000000000000000..58e3f773b1a0febfaa41d797d3c07ba1532e27fb
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/web-animations-api/animation-ready-promise-expected.txt
@@ -0,0 +1,13 @@
+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.
+
« no previous file with comments | « third_party/WebKit/LayoutTests/resources/testharness.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698