| OLD | NEW | 
|    1 <html> |    1 <html> | 
|    2     <head> |    2     <head> | 
|    3         <title><video> element with poster size test</title> |    3         <title><video> element with poster size test</title> | 
|    4         <!-- TODO(philipj): Convert test to testharness.js. crbug.com/588956 |    4         <!-- TODO(foolip): Convert test to testharness.js. crbug.com/588956 | 
|    5              (Please avoid writing new tests using video-test.js) --> |    5              (Please avoid writing new tests using video-test.js) --> | 
|    6         <script src=video-test.js></script> |    6         <script src=video-test.js></script> | 
|    7         <script> |    7         <script> | 
|    8             var posterInfo = |    8             var posterInfo = | 
|    9             { |    9             { | 
|   10                 current:0, |   10                 current:0, | 
|   11                 posters: |   11                 posters: | 
|   12                 [ |   12                 [ | 
|   13                     { |   13                     { | 
|   14                         description:", with 'width' and 'height' attributes", |   14                         description:", with 'width' and 'height' attributes", | 
| (...skipping 118 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
|  133             } |  133             } | 
|  134         </script> |  134         </script> | 
|  135     </head> |  135     </head> | 
|  136  |  136  | 
|  137     <body> |  137     <body> | 
|  138         <video controls width=320 height=240></video> |  138         <video controls width=320 height=240></video> | 
|  139         <p>Test <video> element with and without a poster.</p> |  139         <p>Test <video> element with and without a poster.</p> | 
|  140         <script>setup();</script> |  140         <script>setup();</script> | 
|  141     </body> |  141     </body> | 
|  142 </html> |  142 </html> | 
| OLD | NEW |