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

Side by Side Diff: third_party/WebKit/LayoutTests/media/video-preload.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 <!DOCTYPE HTML> 1 <!DOCTYPE HTML>
2 2
3 <html> 3 <html>
4 <head> 4 <head>
5 <script src=media-file.js></script> 5 <script src=media-file.js></script>
6 <!-- TODO(philipj): Convert test to testharness.js. crbug.com/588956 6 <!-- TODO(foolip): Convert test to testharness.js. crbug.com/588956
7 (Please avoid writing new tests using video-test.js) --> 7 (Please avoid writing new tests using video-test.js) -->
8 <script src=video-test.js></script> 8 <script src=video-test.js></script>
9 9
10 <script> 10 <script>
11 var timer = null; 11 var timer = null;
12 var movieInfo = 12 var movieInfo =
13 { 13 {
14 current : -1, 14 current : -1,
15 movies : 15 movies :
16 [ 16 [
(...skipping 121 matching lines...) Expand 10 before | Expand all | Expand 10 after
138 } 138 }
139 139
140 </script> 140 </script>
141 </head> 141 </head>
142 142
143 <body onload="start()"> 143 <body onload="start()">
144 <p>Test to see if media loads automatically when 'preload' is specified. </p> 144 <p>Test to see if media loads automatically when 'preload' is specified. </p>
145 <video controls ></video> 145 <video controls ></video>
146 </body> 146 </body>
147 </html> 147 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698