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