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

Side by Side Diff: third_party/WebKit/LayoutTests/media/video-preload.html

Issue 1715303002: Add TODOs to convert from video-test.js to testharness.js (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add bug ref Created 4 years, 10 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
7 (Please avoid writing new tests using video-test.js) -->
6 <script src=video-test.js></script> 8 <script src=video-test.js></script>
7 9
8 <script> 10 <script>
9 var timer = null; 11 var timer = null;
10 var movieInfo = 12 var movieInfo =
11 { 13 {
12 current : -1, 14 current : -1,
13 movies : 15 movies :
14 [ 16 [
15 { 17 {
(...skipping 120 matching lines...) Expand 10 before | Expand all | Expand 10 after
136 } 138 }
137 139
138 </script> 140 </script>
139 </head> 141 </head>
140 142
141 <body onload="start()"> 143 <body onload="start()">
142 <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>
143 <video controls ></video> 145 <video controls ></video>
144 </body> 146 </body>
145 </html> 147 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698