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

Unified Diff: third_party/WebKit/LayoutTests/media/W3C/audio/events/event_pause_manual-expected.txt

Issue 1576283003: Have HTMLMediaElement::play() return a Promise. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 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 | « no previous file | third_party/WebKit/LayoutTests/media/W3C/audio/events/event_play_manual-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/media/W3C/audio/events/event_pause_manual-expected.txt
diff --git a/third_party/WebKit/LayoutTests/media/W3C/audio/events/event_pause_manual-expected.txt b/third_party/WebKit/LayoutTests/media/W3C/audio/events/event_pause_manual-expected.txt
index 07a3012d972b7e3c2e19058d44a88d0f611a58c7..2aea92f0e8727a302d36d0649e6ccde3f49c7b45 100644
--- a/third_party/WebKit/LayoutTests/media/W3C/audio/events/event_pause_manual-expected.txt
+++ b/third_party/WebKit/LayoutTests/media/W3C/audio/events/event_pause_manual-expected.txt
@@ -1,3 +1,4 @@
+CONSOLE ERROR: Uncaught (in promise) AbortError: The play() request was interrupted by a call to pause().
calling play() then pause() on non-autoplay video should trigger pause event
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/media/W3C/audio/events/event_play_manual-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698