OLD | NEW |
---|---|
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 139: Uncaught (in promise) SecurityError: play() must be ini tiated 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.
| |
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 139: Uncaught (in promise) SecurityError: play() must be ini tiated 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 139: Uncaught (in promise) SecurityError: play() must be ini tiated 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 139: Uncaught (in promise) SecurityError: play() must be ini tiated 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 139: Uncaught (in promise) SecurityError: play() must be ini tiated 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 139: Uncaught (in promise) SecurityError: play() must be ini tiated 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 139: Uncaught (in promise) SecurityError: play() must be ini tiated 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 Loading... | |
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 |
OLD | NEW |