summaryrefslogtreecommitdiffstats
path: root/dom/media/mediacontrol/tests/browser/file_audio_and_inaudible_media.html
blob: e16d5dee26f58cc4071f5fd1e1ba65c4efc7237d (plain)
1
2
3
4
5
6
7
8
9
10
<!DOCTYPE html>
<html>
<head>
  <title>page with audible and inaudible media</title>
</head>
<body>
<video id="video1" src="gizmo.mp4" loop></video>
<video id="video2" src="gizmo.mp4" loop muted></video>
</body>
</html>