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