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

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, 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
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..6eeebd38f090cb70738fc167c89f82690a8488ac 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) [object DOMException]
philipj_slow 2016/02/02 09:56:33 Too bad this doesn't stringify to the exception me
mlamouri (slow - plz ping) 2016/02/03 19:28:57 Hmm. If you look at the previous patchsets, you wi
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".

Powered by Google App Engine
This is Rietveld 408576698