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

Side by Side Diff: third_party/WebKit/LayoutTests/media/video-single-valid-source.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 <html> 2 <html>
3 <head> 3 <head>
4 <script src=media-file.js></script> 4 <script src=media-file.js></script>
5 <!-- TODO(philipj): Convert test to testharness.js. crbug.com/588956 5 <!-- TODO(foolip): Convert test to testharness.js. crbug.com/588956
6 (Please avoid writing new tests using video-test.js) --> 6 (Please avoid writing new tests using video-test.js) -->
7 <script src=video-test.js></script> 7 <script src=video-test.js></script>
8 8
9 <script> 9 <script>
10 10
11 function errorEvent() 11 function errorEvent()
12 { 12 {
13 logResult(false, "*** \"" + relativeURL(video.currentSrc) + "\" should not have been processed!" ); 13 logResult(false, "*** \"" + relativeURL(video.currentSrc) + "\" should not have been processed!" );
14 consoleWrite(""); 14 consoleWrite("");
15 endTest(); 15 endTest();
(...skipping 24 matching lines...) Expand all
40 } 40 }
41 41
42 </script> 42 </script>
43 </head> 43 </head>
44 <body onload="setup()"> 44 <body onload="setup()">
45 45
46 <p>Test that a single valid &lt;source&gt; element loads correctly</p> 46 <p>Test that a single valid &lt;source&gt; element loads correctly</p>
47 47
48 </body> 48 </body>
49 </html> 49 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698