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