1<!-- This is a test html file for video test. --> 2<html> 3<body> 4 <video id='testvideo' controls muted autoplay name='media'> 5 <source src='video.mp4' type='video/mp4'> 6 </video> 7</body> 8</script> 9</html> 10