1<!-- This is a test html file for mp4 video test. -->
2<html>
3<body>
4    <video id='testvideo' src='http://commondatastorage.googleapis.com/chromiumos-test-assets-public/video_VideoSeek/video.mp4' controls muted>
5    </video>
6</body>
7
8<script src="reload.js"></script>
9</html>
10