summaryrefslogtreecommitdiffstats
path: root/dom/media/mediacontrol/tests/browser/file_autoplay.html
blob: 97a58ec2a298a7c59e40c47744e7b85881f40cc1 (plain)
1
2
3
4
5
6
7
8
9
<!DOCTYPE html>
<html>
<head>
	<title>Autoplay page</title>
</head>
<body>
<video id="autoplay" src="gizmo.mp4" autoplay loop></video>
</body>
</html>