diff options
Diffstat (limited to 'dom/media/autoplay/test/browser/file_video.html')
-rw-r--r-- | dom/media/autoplay/test/browser/file_video.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/dom/media/autoplay/test/browser/file_video.html b/dom/media/autoplay/test/browser/file_video.html new file mode 100644 index 0000000000..3c70268fbb --- /dev/null +++ b/dom/media/autoplay/test/browser/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> |