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