Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / android_webview / test / shell / assets / full_screen_video_test.html
blobc046e707bec420e0de22333e03158706f4a000e4
1 <!-- NOTE: The ids in this file must be kept in sync with AwContentsClientFullScreenTest
2 and AwContentsClientGetVideoLoadingProgressViewTest -->
4 <html>
5 <head>
6 <script src="full_screen_video.js"></script>
7 </head>
8 <body>
9 <button id="fullscreenControl" autofocus style ='padding:10px 10px;' onclick="goFullscreen('video'); return false">Go fullscreen</button>
10 <button id="playControl" style='padding:10px 10px;' onclick="playVideo(); return false">Play</button>
11 <video style = 'width: 10px; height: 10px;' id='video' controls>
12 <source src="video.mp4" type="video/mp4">
13 </video>
14 </body>
15 </html>