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

Side by Side Diff: third_party/WebKit/LayoutTests/media/video-poster-delayed.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 <!DOCTYPE HTML5> 1 <!DOCTYPE HTML5>
2 2
3 <html> 3 <html>
4 <head> 4 <head>
5 <title>Delayed load of poster should not overwrite intrinsic size of vid eo</title> 5 <title>Delayed load of poster should not overwrite intrinsic size of vid eo</title>
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 <script src=media-file.js></script> 9 <script src=media-file.js></script>
10 <style> 10 <style>
11 video { 11 video {
12 border: 3px solid red; 12 border: 3px solid red;
13 background-color: magenta; 13 background-color: magenta;
14 } 14 }
15 </style> 15 </style>
16 <script> 16 <script>
(...skipping 29 matching lines...) Expand all
46 endTest(); 46 endTest();
47 } 47 }
48 </script> 48 </script>
49 </head> 49 </head>
50 50
51 51
52 <body onload="start()"> 52 <body onload="start()">
53 <video id=video></video> 53 <video id=video></video>
54 </body> 54 </body>
55 </html> 55 </html>
OLDNEW
« no previous file with comments | « third_party/WebKit/LayoutTests/media/video-poster.html ('k') | third_party/WebKit/LayoutTests/media/video-poster-scale.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698