diff options
Diffstat (limited to 'toolkit/content/tests/browser/file_videoWithAudioOnly.html')
-rw-r--r-- | toolkit/content/tests/browser/file_videoWithAudioOnly.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/toolkit/content/tests/browser/file_videoWithAudioOnly.html b/toolkit/content/tests/browser/file_videoWithAudioOnly.html new file mode 100644 index 0000000000..be84d60c34 --- /dev/null +++ b/toolkit/content/tests/browser/file_videoWithAudioOnly.html @@ -0,0 +1,9 @@ +<!DOCTYPE html> +<html> +<head> +<title>video</title> +</head> +<body> +<video id="v" src="audio.ogg" controls loop></video> +</body> +</html> |