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