summaryrefslogtreecommitdiffstats
path: root/browser/base/content/test/tabMediaIndicator/file_autoplay_media.html
blob: f0dcfdab52181d7975acc62105ac56d7352c2d56 (plain)
1
2
3
4
5
6
7
8
9
<!DOCTYPE html>
<html>
<head>
<title>autoplay media page</title>
</head>
<body>
<video id="video" src="gizmo.mp4" loop autoplay></video>
</body>
</html>