OLD | NEW |
1 <!DOCTYPE HTML"> | 1 <!DOCTYPE HTML"> |
2 <html> | 2 <html> |
3 <head> | 3 <head> |
4 <script src=media-file.js></script> | 4 <script src=media-file.js></script> |
5 <!-- TODO(philipj): Convert test to testharness.js. crbug.com/588956 | 5 <!-- TODO(foolip): Convert test to testharness.js. crbug.com/588956 |
6 (Please avoid writing new tests using video-test.js) --> | 6 (Please avoid writing new tests using video-test.js) --> |
7 <script src=video-test.js></script> | 7 <script src=video-test.js></script> |
8 <script src=video-played.js></script> | 8 <script src=video-played.js></script> |
9 <script src="../resources/js-test.js"></script> | 9 <script src="../resources/js-test.js"></script> |
10 | 10 |
11 <script type="text/javascript"> | 11 <script type="text/javascript"> |
12 | 12 |
13 if (window.internals) | 13 if (window.internals) |
14 window.internals.settings.setMediaPlaybackRequiresUserGesture(true); | 14 window.internals.settings.setMediaPlaybackRequiresUserGesture(true); |
15 | 15 |
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
61 } | 61 } |
62 | 62 |
63 </script> | 63 </script> |
64 </head> | 64 </head> |
65 | 65 |
66 <body onload="playPreview()"> | 66 <body onload="playPreview()"> |
67 <video width="320" height="240" autoplay="autoplay"></video> | 67 <video width="320" height="240" autoplay="autoplay"></video> |
68 <canvas width="1" height="1" ></canvas> | 68 <canvas width="1" height="1" ></canvas> |
69 </body> | 69 </body> |
70 </html> | 70 </html> |
OLD | NEW |