summaryrefslogtreecommitdiffstats
path: root/dom/media/test/browser/file_media.html
blob: 498c2eaad6bd2182f5a790657415a8464a5605b3 (plain)
1
2
3
4
5
6
7
8
9
<!DOCTYPE html>
<html>
<head>
<title>Non-Autoplay page</title>
</head>
<body>
<video id="video" src="gizmo.mp4" loop></video>
</body>
</html>