blob: c046e707bec420e0de22333e03158706f4a000e4 [file] [log] [blame]
<!-- NOTE: The ids in this file must be kept in sync with AwContentsClientFullScreenTest
and AwContentsClientGetVideoLoadingProgressViewTest -->
<html>
<head>
<script src="full_screen_video.js"></script>
</head>
<body>
<button id="fullscreenControl" autofocus style ='padding:10px 10px;' onclick="goFullscreen('video'); return false">Go fullscreen</button>
<button id="playControl" style='padding:10px 10px;' onclick="playVideo(); return false">Play</button>
<video style = 'width: 10px; height: 10px;' id='video' controls>
<source src="video.mp4" type="video/mp4">
</video>
</body>
</html>