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

Side by Side Diff: third_party/WebKit/LayoutTests/media/video-poster-delayed.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 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
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 <script src=media-file.js></script> 9 <script src=media-file.js></script>
8 <style> 10 <style>
9 video { 11 video {
10 border: 3px solid red; 12 border: 3px solid red;
11 background-color: magenta; 13 background-color: magenta;
12 } 14 }
13 </style> 15 </style>
14 <script> 16 <script>
15 function start() 17 function start()
(...skipping 28 matching lines...) Expand all
44 endTest(); 46 endTest();
45 } 47 }
46 </script> 48 </script>
47 </head> 49 </head>
48 50
49 51
50 <body onload="start()"> 52 <body onload="start()">
51 <video id=video></video> 53 <video id=video></video>
52 </body> 54 </body>
53 </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