blob: 5ab57d7f5c887b73c57bd4a2c976b79d1bc1b886 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<title>Partial Audio</title>
<style>
body {
background-color: white;
}
video {
height: 240px;
width: 426px;
}
</style>
</head>
<body>
<script type="text/javascript" src="partial-audio-frame.js"></script>
<div id="status"></div>
<video id="video"></video>
</body>
</html>