OLD | NEW |
1 CONSOLE WARNING: Failed to execute 'play' on 'HTMLMediaElement': API can only be
initiated by a user gesture. | 1 CONSOLE WARNING: line 71: Failed to execute 'play' on 'HTMLMediaElement': API ca
n 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 END OF TEST | 3 END OF TEST |
4 Check if the autoplay gesture override experiment works. There are a lot | 4 Check if the autoplay gesture override experiment works. There are a lot |
5 of config options, so this test just runs all of them. | 5 of config options, so this test just runs all of them. |
6 | 6 |
7 The "results" table contains one row per config tested. | 7 The "results" table contains one row per config tested. |
8 == Test Inputs == | 8 == Test Inputs == |
9 # - config number, in case you'd like to run just one. | 9 # - config number, in case you'd like to run just one. |
10 Flags - autoplay experiment setting being tested. | 10 Flags - autoplay experiment setting being tested. |
11 a - "foraudio" | 11 a - "foraudio" |
12 v - "forvideo" | 12 v - "forvideo" |
13 V - "ifviewport" | 13 V - "ifviewport" |
14 P - "ifpagevisible" | 14 P - "ifpagevisible" |
15 M - "ifmuted" | 15 M - "ifmuted" |
16 p - "playmuted" | 16 p - "playmuted" |
17 m - "ifmobile" | 17 m - "ifmobile" |
18 For example, vM means '-forvideo-ifmuted". | 18 For example, vM means '-forvideo-ifmuted". |
19 Type - audio or video element? | 19 Type - audio or video element? |
20 audio - | 20 audio - |
21 # Flags Type Play w/ Mute Mobile View Setting Early? Played?
Muted? | 21 # Flags Type Play w/ Mute Mobile View Setting Early? Played?
Muted? |
22 28 audio attr no no scroll enabled no no
- | 22 28 audio attr no no scroll enabled no no
- |
23 30 a audio attr no no scroll enabled yes played
unmuted | 23 30 a audio attr no no scroll enabled yes played
unmuted |
24 31 aV audio attr no no scroll enabled yes played
unmuted | 24 31 aV audio attr no no scroll enabled yes played
unmuted |
25 32 audio play() no no scroll enabled no no
- | 25 32 audio play() no no scroll enabled no no
- |
26 34 a audio play() no no scroll enabled yes played
unmuted | 26 34 a audio play() no no scroll enabled yes played
unmuted |
27 35 aV audio play() no no scroll enabled yes played
unmuted | 27 35 aV audio play() no no scroll enabled yes played
unmuted |
OLD | NEW |