summaryrefslogtreecommitdiffstats
path: root/toolkit/content/tests/browser/file_videoWithAudioOnly.html
blob: be84d60c348b1de49ff5c1f7d9756946f193daf5 (plain)
1
2
3
4
5
6
7
8
9
<!DOCTYPE html>
<html>
<head>
<title>video</title>
</head>
<body>
<video id="v" src="audio.ogg" controls loop></video>
</body>
</html>