| OLD | NEW | 
|    1 <!DOCTYPE HTML> |    1 <!DOCTYPE HTML> | 
|    2  |    2  | 
|    3 <html> |    3 <html> | 
|    4     <head> |    4     <head> | 
|    5         <script src=media-file.js></script> |    5         <script src=media-file.js></script> | 
|    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  |    9  | 
|   10         <script> |   10         <script> | 
|   11             var timer = null; |   11             var timer = null; | 
|   12             var movieInfo = |   12             var movieInfo = | 
|   13             { |   13             { | 
|   14                 current : -1, |   14                 current : -1, | 
|   15                 movies : |   15                 movies : | 
|   16                 [ |   16                 [ | 
| (...skipping 121 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
|  138             } |  138             } | 
|  139  |  139  | 
|  140         </script> |  140         </script> | 
|  141     </head> |  141     </head> | 
|  142  |  142  | 
|  143     <body onload="start()"> |  143     <body onload="start()"> | 
|  144         <p>Test to see if media loads automatically when 'preload' is specified.
     </p> |  144         <p>Test to see if media loads automatically when 'preload' is specified.
     </p> | 
|  145         <video controls ></video> |  145         <video controls ></video> | 
|  146     </body> |  146     </body> | 
|  147 </html> |  147 </html> | 
| OLD | NEW |