summaryrefslogtreecommitdiffstats
path: root/dom/media/test/browser/wmfme/file_video.html
blob: 3c70268fbb75332dfb018d660cf02c56359635c3 (plain)
1
2
3
4
5
6
7
8
9
<!DOCTYPE html>
<html>
<head>
<title>video</title>
</head>
<body>
<video id="v" src="gizmo.mp4" controls loop></video>
</body>
</html>