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

Side by Side Diff: third_party/WebKit/LayoutTests/media/video-autoplay-experiment-modes-expected.txt

Issue 1949633002: Don't remove the gesture requirement in the autoplay experiment. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fixed test expectations. Created 4 years, 7 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 unified diff | Download patch
OLDNEW
1 CONSOLE WARNING: Failed to execute 'play' on 'HTMLMediaElement': API can only be initiated by a user gesture. 1 CONSOLE WARNING: Failed to execute 'play' on 'HTMLMediaElement': API can only be initiated by a user gesture.
2 CONSOLE ERROR: line 71: Uncaught (in promise) NotAllowedError: play() can only b e initiated by a user gesture. 2 CONSOLE ERROR: line 71: Uncaught (in promise) NotAllowedError: play() can only b e initiated by a user gesture.
3 CONSOLE WARNING: Failed to execute 'play' on 'HTMLMediaElement': API can only be initiated by a user gesture. 3 CONSOLE WARNING: Failed to execute 'play' on 'HTMLMediaElement': API can only be initiated by a user gesture.
4 CONSOLE ERROR: line 71: Uncaught (in promise) NotAllowedError: play() can only b e initiated by a user gesture. 4 CONSOLE ERROR: line 71: Uncaught (in promise) NotAllowedError: play() can only b e initiated by a user gesture.
5 CONSOLE WARNING: Failed to execute 'play' on 'HTMLMediaElement': API can only be initiated by a user gesture. 5 CONSOLE WARNING: Failed to execute 'play' on 'HTMLMediaElement': API can only be initiated by a user gesture.
6 CONSOLE ERROR: line 71: Uncaught (in promise) NotAllowedError: play() can only b e initiated by a user gesture. 6 CONSOLE ERROR: line 71: Uncaught (in promise) NotAllowedError: play() can only b e initiated by a user gesture.
7 CONSOLE WARNING: Failed to execute 'play' on 'HTMLMediaElement': API can only be initiated by a user gesture. 7 CONSOLE WARNING: Failed to execute 'play' on 'HTMLMediaElement': API can only be initiated by a user gesture.
8 CONSOLE ERROR: line 71: Uncaught (in promise) NotAllowedError: play() can only b e initiated by a user gesture. 8 CONSOLE ERROR: line 71: Uncaught (in promise) NotAllowedError: play() can only b e initiated by a user gesture.
9 CONSOLE WARNING: Failed to execute 'play' on 'HTMLMediaElement': API can only be initiated by a user gesture. 9 CONSOLE WARNING: Failed to execute 'play' on 'HTMLMediaElement': API can only be initiated by a user gesture.
10 CONSOLE ERROR: line 71: Uncaught (in promise) NotAllowedError: play() can only b e initiated by a user gesture. 10 CONSOLE ERROR: line 71: Uncaught (in promise) NotAllowedError: play() can only b e initiated by a user gesture.
11 CONSOLE WARNING: Failed to execute 'play' on 'HTMLMediaElement': API can only be initiated by a user gesture. 11 CONSOLE WARNING: Failed to execute 'play' on 'HTMLMediaElement': API can only be initiated by a user gesture.
12 CONSOLE ERROR: line 71: Uncaught (in promise) NotAllowedError: play() can only b e initiated by a user gesture. 12 CONSOLE ERROR: line 71: Uncaught (in promise) NotAllowedError: play() can only b e initiated by a user gesture.
13 CONSOLE WARNING: Failed to execute 'play' on 'HTMLMediaElement': API can only be initiated by a user gesture. 13 CONSOLE WARNING: Failed to execute 'play' on 'HTMLMediaElement': API can only be initiated by a user gesture.
14 CONSOLE ERROR: line 71: Uncaught (in promise) NotAllowedError: play() can only b e initiated by a user gesture. 14 CONSOLE ERROR: line 71: Uncaught (in promise) NotAllowedError: play() can only b e initiated by a user gesture.
15 CONSOLE WARNING: Failed to execute 'play' on 'HTMLMediaElement': API can only be initiated by a user gesture. 15 CONSOLE WARNING: Failed to execute 'play' on 'HTMLMediaElement': API can only be initiated by a user gesture.
16 CONSOLE ERROR: line 71: Uncaught (in promise) NotAllowedError: play() can only b e initiated by a user gesture. 16 CONSOLE ERROR: line 71: Uncaught (in promise) NotAllowedError: play() can only b e initiated by a user gesture.
17 CONSOLE WARNING: Failed to execute 'play' on 'HTMLMediaElement': API can only be initiated by a user gesture.
18 CONSOLE ERROR: line 71: Uncaught (in promise) NotAllowedError: play() can only b e initiated by a user gesture.
19 END OF TEST 17 END OF TEST
20 Check if the autoplay gesture override experiment works. There are a lot 18 Check if the autoplay gesture override experiment works. There are a lot
21 of config options, so this test just runs all of them. 19 of config options, so this test just runs all of them.
22 20
23 The "results" table contains one row per config tested. 21 The "results" table contains one row per config tested.
24 == Test Inputs == 22 == Test Inputs ==
25 # - config number, in case you'd like to run just one. 23 # - config number, in case you'd like to run just one.
26 Flags - autoplay experiment setting being tested. 24 Flags - autoplay experiment setting being tested.
27 a - "foraudio" 25 a - "foraudio"
28 v - "forvideo" 26 v - "forvideo"
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
63 92 v video attr no no offscre enabled - played unmuted 61 92 v video attr no no offscre enabled - played unmuted
64 95 vVp video attr no no offscre enabled - no - 62 95 vVp video attr no no offscre enabled - no -
65 135 vP video attr no no obscure enabled - no - 63 135 vP video attr no no obscure enabled - no -
66 182 video play() no no onscree disable - no - 64 182 video play() no no onscree disable - no -
67 183 v video play() no no onscree disable - no - 65 183 v video play() no no onscree disable - no -
68 185 vVM video play() no no onscree disable - no - 66 185 vVM video play() no no onscree disable - no -
69 186 vVp video play() no no onscree disable - no - 67 186 vVp video play() no no onscree disable - no -
70 206 vVM video play() yes no onscree disable - no - 68 206 vVM video play() yes no onscree disable - no -
71 344 v video attr no yes onscree enabled - played unmuted 69 344 v video attr no yes onscree enabled - played unmuted
72 348 vm video attr no yes onscree enabled - played unmuted 70 348 vm video attr no yes onscree enabled - played unmuted
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698