Index: third_party/WebKit/LayoutTests/media/video-autoplay-experiment-modes-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/media/video-autoplay-experiment-modes-expected.txt b/third_party/WebKit/LayoutTests/media/video-autoplay-experiment-modes-expected.txt |
index 3845760f72313d1412f519e91da09233e543c293..97263b00a5ffb4d3de84ed8c5d62e104f3f8a9c9 100644 |
--- a/third_party/WebKit/LayoutTests/media/video-autoplay-experiment-modes-expected.txt |
+++ b/third_party/WebKit/LayoutTests/media/video-autoplay-experiment-modes-expected.txt |
@@ -1,10 +1,17 @@ |
CONSOLE WARNING: Failed to execute 'play' on 'HTMLMediaElement': API can only be initiated by a user gesture. |
+CONSOLE ERROR: line 139: Uncaught (in promise) SecurityError: play() must be initiated by a user gesture. |
philipj_slow
2016/02/02 09:56:33
But here it does stringify. Weird, how's this diff
mlamouri (slow - plz ping)
2016/02/03 19:28:57
Reason is that I forgot to update this file.
|
CONSOLE WARNING: Failed to execute 'play' on 'HTMLMediaElement': API can only be initiated by a user gesture. |
+CONSOLE ERROR: line 139: Uncaught (in promise) SecurityError: play() must be initiated by a user gesture. |
CONSOLE WARNING: Failed to execute 'play' on 'HTMLMediaElement': API can only be initiated by a user gesture. |
+CONSOLE ERROR: line 139: Uncaught (in promise) SecurityError: play() must be initiated by a user gesture. |
CONSOLE WARNING: Failed to execute 'play' on 'HTMLMediaElement': API can only be initiated by a user gesture. |
+CONSOLE ERROR: line 139: Uncaught (in promise) SecurityError: play() must be initiated by a user gesture. |
CONSOLE WARNING: Failed to execute 'play' on 'HTMLMediaElement': API can only be initiated by a user gesture. |
+CONSOLE ERROR: line 139: Uncaught (in promise) SecurityError: play() must be initiated by a user gesture. |
CONSOLE WARNING: Failed to execute 'play' on 'HTMLMediaElement': API can only be initiated by a user gesture. |
+CONSOLE ERROR: line 139: Uncaught (in promise) SecurityError: play() must be initiated by a user gesture. |
CONSOLE WARNING: Failed to execute 'play' on 'HTMLMediaElement': API can only be initiated by a user gesture. |
+CONSOLE ERROR: line 139: Uncaught (in promise) SecurityError: play() must be initiated by a user gesture. |
END OF TEST |
Check if the autoplay gesture override experiment works. There are a lot |
of config options, so this test just runs all of them. |