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