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

Unified Diff: third_party/WebKit/LayoutTests/media/video-display-none-crash-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
Index: third_party/WebKit/LayoutTests/media/video-display-none-crash-expected.txt
diff --git a/third_party/WebKit/LayoutTests/media/video-display-none-crash-expected.txt b/third_party/WebKit/LayoutTests/media/video-display-none-crash-expected.txt
index bf05d5c0dc011f0e4dbc176cd4a2c2dac5de90d1..780cd0e06df148f0f2e897eec5e0f59cd492a523 100644
--- a/third_party/WebKit/LayoutTests/media/video-display-none-crash-expected.txt
+++ b/third_party/WebKit/LayoutTests/media/video-display-none-crash-expected.txt
@@ -1,3 +1,4 @@
+CONSOLE ERROR: Uncaught (in promise) AbortError: The play() request was interrupted by a call to pause().
Test that pause() after changing display to "none" doesn't cause a crash.
END OF TEST

Powered by Google App Engine
This is Rietveld 408576698