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

Unified Diff: third_party/WebKit/LayoutTests/media/video-play-pause-events-expected.txt

Issue 2942833004: Add article link to play promises rejection error message (Closed)
Patch Set: 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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/media/video-play-pause-events-expected.txt
diff --git a/third_party/WebKit/LayoutTests/media/video-play-pause-events-expected.txt b/third_party/WebKit/LayoutTests/media/video-play-pause-events-expected.txt
index 5222de85b9ef7fdf3d71c864cb3dcd907ab7e7ed..6aed1115bd094ba3add0843e5e844e6e93ade04b 100644
--- a/third_party/WebKit/LayoutTests/media/video-play-pause-events-expected.txt
+++ b/third_party/WebKit/LayoutTests/media/video-play-pause-events-expected.txt
@@ -1,6 +1,6 @@
-CONSOLE ERROR: Uncaught (in promise) AbortError: The play() request was interrupted by a call to pause().
+CONSOLE ERROR: Uncaught (in promise) AbortError: The play() request was interrupted by a call to pause(). https://goo.gl/LdLk22
This is a testharness.js-based test.
-Harness Error. harness_status.status = 1 , harness_status.message = The play() request was interrupted by a call to pause().
+Harness Error. harness_status.status = 1 , harness_status.message = The play() request was interrupted by a call to pause(). https://goo.gl/LdLk22
PASS Test that calling play() and pause() triggers async play, timeupdate and pause events.
Harness: the test ran to completion.

Powered by Google App Engine
This is Rietveld 408576698