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

Side by Side Diff: third_party/WebKit/LayoutTests/media/video-src-plus-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, 7 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 <body> 2 <body>
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=video-test.js></script> 5 <script src=video-test.js></script>
6 6
7 <script> 7 <script>
8 mediaElement.addEventListener('loadedmetadata', function() { 8 mediaElement.addEventListener('loadedmetadata', function() {
9 failTest("'loadedmetadata' event fired" ); 9 failTest("'loadedmetadata' event fired" );
10 }, true); 10 }, true);
11 11
12 waitForEvent('loadstart', function () { 12 waitForEvent('loadstart', function () {
13 findMediaElement(); 13 findMediaElement();
(...skipping 12 matching lines...) Expand all
26 26
27 <video src=content/bogus.mpeg controls> 27 <video src=content/bogus.mpeg controls>
28 <source src=content/test.mp4> 28 <source src=content/test.mp4>
29 </video> 29 </video>
30 30
31 <p>Test that a &lt;source&gt; element is not used when a bogus 'src' attribute i s present 31 <p>Test that a &lt;source&gt; element is not used when a bogus 'src' attribute i s present
32 </p> 32 </p>
33 33
34 </body> 34 </body>
35 </html> 35 </html>
OLDNEW
« no previous file with comments | « third_party/WebKit/LayoutTests/media/video-src-none.html ('k') | third_party/WebKit/LayoutTests/media/video-src-remove.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698