blob: f2d6af9688ba3a6c97068c5b37a795716cb5d25f [file] [log] [blame]
<!-- This is a test html file for video test. -->
<html>
<body>
<video id='testvideo' controls muted autoplay name='media'>
<source src='video.mp4' type='video/mp4'>
</video>
</body>
</script>
</html>