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