Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / media / video-controls-fullscreen-with-controller.html
1 <!DOCTYPE html>
2 <html>
3     <head>
4         <title>video controls fullscreen button with MediaController</title>
5         <script src="../resources/testharness.js"></script>
6         <script src="../resources/testharnessreport.js"></script>
7         <script src="media-file.js"></script>
8         <script src="media-controls.js"></script>
9         <script src="video-controls-fullscreen.js"></script>
10     </head>
11     <body>
12         <div id="log"></div>
13         <script>fullscreen_test(new MediaController());</script>
14     </body>
15 </html>