OLD | NEW |
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 Loading... |
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> |
OLD | NEW |