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/http/tests/media/video-query-url.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 <head> 2 <head>
3 <!-- TODO(philipj): Convert test to testharness.js. crbug.com/588956 3 <!-- TODO(foolip): Convert test to testharness.js. crbug.com/588956
4 (Please avoid writing new tests using video-test.js) --> 4 (Please avoid writing new tests using video-test.js) -->
5 <script src=../../media-resources/video-test.js></script> 5 <script src=../../media-resources/video-test.js></script>
6 <script src=../../media-resources/media-file.js></script> 6 <script src=../../media-resources/media-file.js></script>
7 <script> 7 <script>
8 function loadMediaFrame() 8 function loadMediaFrame()
9 { 9 {
10 findMediaElement(); 10 findMediaElement();
11 11
12 var movie = findMediaFile('video', 'test'); 12 var movie = findMediaFile('video', 'test');
13 var type = mimeTypeForExtension(movie.split('.').pop()); 13 var type = mimeTypeForExtension(movie.split('.').pop());
(...skipping 13 matching lines...) Expand all
27 } 27 }
28 </script> 28 </script>
29 </head> 29 </head>
30 30
31 <body onload="loadMediaFrame()"> 31 <body onload="loadMediaFrame()">
32 <video controls></video> 32 <video controls></video>
33 <br> 33 <br>
34 Tests that WebKit is able to open a media file specified with a query ur l. 34 Tests that WebKit is able to open a media file specified with a query ur l.
35 </body> 35 </body>
36 </html> 36 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698