diff options
Diffstat (limited to '')
-rw-r--r-- | dom/media/test/browser/file_media.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/dom/media/test/browser/file_media.html b/dom/media/test/browser/file_media.html new file mode 100644 index 0000000000..36dca8d01c --- /dev/null +++ b/dom/media/test/browser/file_media.html @@ -0,0 +1,10 @@ +<!DOCTYPE html> +<html> +<head> +<title>Non-Autoplay page</title> +</head> +<body> +<video id="video" src="gizmo.mp4" loop></video> +<video id="videoHDR" src="TestPatternHDR.mp4" loop></video> +</body> +</html> |