diff options
Diffstat (limited to 'dom/media/mediacontrol/tests/browser/file_muted_autoplay.html')
-rw-r--r-- | dom/media/mediacontrol/tests/browser/file_muted_autoplay.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/dom/media/mediacontrol/tests/browser/file_muted_autoplay.html b/dom/media/mediacontrol/tests/browser/file_muted_autoplay.html new file mode 100644 index 0000000000..f64d537a46 --- /dev/null +++ b/dom/media/mediacontrol/tests/browser/file_muted_autoplay.html @@ -0,0 +1,9 @@ +<!DOCTYPE html> +<html> +<head> + <title>Muted autoplay page</title> +</head> +<body> +<video id="autoplay" src="gizmo.mp4" autoplay loop muted></video> +</body> +</html> |