Chromium Code Reviews

Unified Diff: third_party/WebKit/LayoutTests/media/video-preload-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.
Jump to:
View side-by-side diff with in-line comments
Index: third_party/WebKit/LayoutTests/media/video-preload-expected.txt
diff --git a/third_party/WebKit/LayoutTests/media/video-preload-expected.txt b/third_party/WebKit/LayoutTests/media/video-preload-expected.txt
index 2f90a289d03ed94ae3065546279c5584e8ff0f5b..d78fe4c8184addff193a26392541c056c402a183 100644
--- a/third_party/WebKit/LayoutTests/media/video-preload-expected.txt
+++ b/third_party/WebKit/LayoutTests/media/video-preload-expected.txt
@@ -1,3 +1,5 @@
+CONSOLE ERROR: line 116: Uncaught (in promise) AbortError: The play() request was interrupted by a new load request.
+CONSOLE ERROR: line 116: Uncaught (in promise) AbortError: The play() request was interrupted by a new load request.
Test to see if media loads automatically when 'preload' is specified.

Powered by Google App Engine