summaryrefslogtreecommitdiffstats
path: root/dom/media/mediacontrol/tests/browser/file_audio_and_inaudible_media.html
diff options
context:
space:
mode:
Diffstat (limited to 'dom/media/mediacontrol/tests/browser/file_audio_and_inaudible_media.html')
-rw-r--r--dom/media/mediacontrol/tests/browser/file_audio_and_inaudible_media.html10
1 files changed, 10 insertions, 0 deletions
diff --git a/dom/media/mediacontrol/tests/browser/file_audio_and_inaudible_media.html b/dom/media/mediacontrol/tests/browser/file_audio_and_inaudible_media.html
new file mode 100644
index 0000000000..e16d5dee26
--- /dev/null
+++ b/dom/media/mediacontrol/tests/browser/file_audio_and_inaudible_media.html
@@ -0,0 +1,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>