summaryrefslogtreecommitdiffstats
path: root/dom/media/mediacontrol/tests/browser/file_no_src_media.html
diff options
context:
space:
mode:
Diffstat (limited to 'dom/media/mediacontrol/tests/browser/file_no_src_media.html')
-rw-r--r--dom/media/mediacontrol/tests/browser/file_no_src_media.html9
1 files changed, 9 insertions, 0 deletions
diff --git a/dom/media/mediacontrol/tests/browser/file_no_src_media.html b/dom/media/mediacontrol/tests/browser/file_no_src_media.html
new file mode 100644
index 0000000000..e1318e863c
--- /dev/null
+++ b/dom/media/mediacontrol/tests/browser/file_no_src_media.html
@@ -0,0 +1,9 @@
+<!DOCTYPE html>
+<html>
+<head>
+<title>No src media</title>
+</head>
+<body>
+<video id="video"></video>
+</body>
+</html>