summaryrefslogtreecommitdiffstats
path: root/dom/media/test/browser/wmfme/file_video.html
diff options
context:
space:
mode:
Diffstat (limited to 'dom/media/test/browser/wmfme/file_video.html')
-rw-r--r--dom/media/test/browser/wmfme/file_video.html9
1 files changed, 9 insertions, 0 deletions
diff --git a/dom/media/test/browser/wmfme/file_video.html b/dom/media/test/browser/wmfme/file_video.html
new file mode 100644
index 0000000000..3c70268fbb
--- /dev/null
+++ b/dom/media/test/browser/wmfme/file_video.html
@@ -0,0 +1,9 @@
+<!DOCTYPE html>
+<html>
+<head>
+<title>video</title>
+</head>
+<body>
+<video id="v" src="gizmo.mp4" controls loop></video>
+</body>
+</html>