Revert "Fix broken channel icon in chrome://help on CrOS" and try again
[chromium-blink-merge.git] / android_webview / test / shell / assets / full_screen_video_inside_div_test.html
blob7a8f4f243b467ed816a751ed123d8cc987e5bc02
1 <!-- NOTE: The ids in this file must be kept in sync with AwContentsClientFullScreenTest -->
3 <html>
4 <head>
5 <script src="full_screen_video.js"></script>
6 </head>
7 <body>
8 <button id="fullscreenControl" autofocus style='padding:10px 10px;' onclick="goFullscreen('div'); return false">Go fullscreen</button>
9 <div id='div'>
10 <button id="playControl" style='padding:10px 10px;' onclick="playVideo(); return false">Play</button>
11 <video style = 'width: 300px; height: 300px;' id='video'>
12 <source src="video.mp4" type="video/mp4">
13 </video>
14 </div>
15 </body>
16 </html>