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

Side by Side Diff: third_party/WebKit/LayoutTests/media/video-autoplay-experiment-modes-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 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 141: Uncaught (in promise) NotAllowedError: play() can only be initiated by a user gesture.
2 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 141: Uncaught (in promise) NotAllowedError: play() 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. 5 CONSOLE WARNING: Failed to execute 'play' on 'HTMLMediaElement': API can only be initiated by a user gesture.
6 CONSOLE ERROR: line 141: Uncaught (in promise) NotAllowedError: play() can only be initiated by a user gesture.
4 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 141: Uncaught (in promise) NotAllowedError: play() 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. 9 CONSOLE WARNING: Failed to execute 'play' on 'HTMLMediaElement': API can only be initiated by a user gesture.
10 CONSOLE ERROR: line 141: Uncaught (in promise) NotAllowedError: play() can only be initiated by a user gesture.
6 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 141: Uncaught (in promise) NotAllowedError: play() 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. 13 CONSOLE WARNING: Failed to execute 'play' on 'HTMLMediaElement': API can only be initiated by a user gesture.
14 CONSOLE ERROR: line 141: Uncaught (in promise) NotAllowedError: play() can only be initiated by a user gesture.
8 END OF TEST 15 END OF TEST
9 Check if the autoplay gesture override experiment works. There are a lot 16 Check if the autoplay gesture override experiment works. There are a lot
10 of config options, so this test just runs all of them. 17 of config options, so this test just runs all of them.
11 18
12 The "results" table contains one row per config tested. 19 The "results" table contains one row per config tested.
13 == Test Inputs == 20 == Test Inputs ==
14 # - config number, in case you'd like to run just one. 21 # - config number, in case you'd like to run just one.
15 Flags - autoplay experiment setting being tested. 22 Flags - autoplay experiment setting being tested.
16 a - "foraudio" 23 a - "foraudio"
17 v - "forvideo" 24 v - "forvideo"
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
61 157 a audio play() no no scroll yes played unmuted 68 157 a audio play() no no scroll yes played unmuted
62 161 aV audio play() no no scroll no played unmuted 69 161 aV audio play() no no scroll no played unmuted
63 234 video attr no no offscre - no - 70 234 video attr no no offscre - no -
64 236 v video attr no no offscre - played unmuted 71 236 v video attr no no offscre - played unmuted
65 240 vV video attr no no offscre - no - 72 240 vV video attr no no offscre - no -
66 244 vVp video attr no no offscre - no - 73 244 vVp video attr no no offscre - no -
67 346 vP video attr no no obscure - no - 74 346 vP video attr no no obscure - no -
68 452 v video attr no yes onscree - played unmuted 75 452 v video attr no yes onscree - played unmuted
69 464 vm video attr no yes onscree - played unmuted 76 464 vm video attr no yes onscree - played unmuted
70 77
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698