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

Side by Side 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 unified diff | Download patch
OLDNEW
(Empty)
1 CONSOLE ERROR: line 29: Uncaught (in promise) AbortError: The user aborted a req uest.
2 This is a testharness.js-based test.
3 Harness Error. harness_status.status = 1 , harness_status.message = The user abo rted a request.
4 PASS The ready attribute should be a Promise
5 PASS The ready promise should be resolved when an animation is in the idle play state
6 PASS The ready promise should be replaced when the animation is cancelled
7 PASS The ready promise should be replaced when the animation enters the pending state
8 PASS A pending ready promise should be rejected when the animation is cancelled
9 PASS A pending ready promise should be resolved and not replaced when the animat ion enters the running state
10 PASS A pending ready promise should be resolved and not replaced when the animat ion enters the finished state
11 PASS A pending ready promise should be resolved and not replaced when the animat ion enters the paused state
12 Harness: the test ran to completion.
13
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698