blob: 25c4c6df6c8416420d7e7c8c6a115c7a32eb35d9 [file] [log] [blame]
<!-- NOTE: The ids in this file must be kept in sync with
and AwContentsClientGetVideoLoadingProgressViewTest -->
<html>
<head>
<script src="full_screen_video.js"></script>
</head>
<body>
<button id="fullscreenControl" 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 preload="none">
<source src="video.webm" type="video/webm">
</video>
</body>
</html>