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

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

Issue 2015503002: Move TODO(philipj) to TODO(foolip) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 6 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
OLDNEW
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 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
75 start('video', [ 'none', 75 start('video', [ 'none',
76 'enabled-forvideo', 76 'enabled-forvideo',
77 'enabled-forvideo-ifpagevisible', 77 'enabled-forvideo-ifpagevisible',
78 'enabled-forvideo-ifviewport-ifmuted', 78 'enabled-forvideo-ifviewport-ifmuted',
79 'enabled-forvideo-ifviewport-playmuted', 79 'enabled-forvideo-ifviewport-playmuted',
80 'enabled-forvideo-ifmobile', 80 'enabled-forvideo-ifmobile',
81 'enabled-foraudio']); 81 'enabled-foraudio']);
82 82
83 </script> 83 </script>
84 </html> 84 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698