| OLD | NEW |
| 1 <html> | 1 <html> |
| 2 <video autoplay controls></video> | 2 <video autoplay controls></video> |
| 3 <script src=media-file.js></script> | 3 <script src=media-file.js></script> |
| 4 <!-- TODO(philipj): Convert test to testharness.js. crbug.com/588956 | 4 <!-- TODO(foolip): Convert test to testharness.js. crbug.com/588956 |
| 5 (Please avoid writing new tests using video-test.js) --> | 5 (Please avoid writing new tests using video-test.js) --> |
| 6 <script src=video-test.js></script> | 6 <script src=video-test.js></script> |
| 7 <script src=autoplay-experiment-helper.js></script> | 7 <script src=autoplay-experiment-helper.js></script> |
| 8 <body> | 8 <body> |
| 9 <pre> | 9 <pre> |
| 10 Check if the autoplay gesture override experiment works. There are a lot | 10 Check if the autoplay gesture override experiment works. There are a lot |
| 11 of config options, so this test just runs all of them. | 11 of config options, so this test just runs all of them. |
| 12 | 12 |
| 13 The "results" table contains one row per config tested. | 13 The "results" table contains one row per config tested. |
| 14 == Test Inputs == | 14 == Test Inputs == |
| (...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 72 | 72 |
| 73 <script> | 73 <script> |
| 74 | 74 |
| 75 start('audio', [ 'none', | 75 start('audio', [ 'none', |
| 76 'enabled-forvideo', | 76 'enabled-forvideo', |
| 77 'enabled-foraudio', | 77 'enabled-foraudio', |
| 78 'enabled-foraudio-ifviewport']); | 78 'enabled-foraudio-ifviewport']); |
| 79 | 79 |
| 80 </script> | 80 </script> |
| 81 </html> | 81 </html> |
| OLD | NEW |