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

Side by Side Diff: third_party/WebKit/LayoutTests/media/audio-autoplay-experiment-modes.html

Issue 2133383002: Remove video-test.js dependency from [audio, video]-autoplay-* tests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/media/audio-autoplay-experiment-modes-expected.txt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!DOCTYPE html>
1 <html> 2 <html>
2 <video autoplay controls></video> 3 <video autoplay controls></video>
3 <script src=media-file.js></script> 4 <script src="media-file.js"></script>
4 <!-- TODO(foolip): Convert test to testharness.js. crbug.com/588956 5 <script src="autoplay-experiment-helper.js"></script>
5 (Please avoid writing new tests using video-test.js) -->
6 <script src=video-test.js></script>
7 <script src=autoplay-experiment-helper.js></script>
8 <body> 6 <body>
9 <pre> 7 <pre>
10 Check if the autoplay gesture override experiment works. There are a lot 8 Check if the autoplay gesture override experiment works. There are a lot
11 of config options, so this test just runs all of them. 9 of config options, so this test just runs all of them.
12 10
13 The "results" table contains one row per config tested. 11 The "results" table contains one row per config tested.
14 == Test Inputs == 12 == Test Inputs ==
15 # - config number, in case you'd like to run just one. 13 # - config number, in case you'd like to run just one.
16 Flags - autoplay experiment setting being tested. 14 Flags - autoplay experiment setting being tested.
17 a - "foraudio" 15 a - "foraudio"
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
72 70
73 <script> 71 <script>
74 72
75 start('audio', [ 'none', 73 start('audio', [ 'none',
76 'enabled-forvideo', 74 'enabled-forvideo',
77 'enabled-foraudio', 75 'enabled-foraudio',
78 'enabled-foraudio-ifviewport']); 76 'enabled-foraudio-ifviewport']);
79 77
80 </script> 78 </script>
81 </html> 79 </html>
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/media/audio-autoplay-experiment-modes-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698