gecko-dev/toolkit/content/tests/browser/file_videoWithAudioOnly.html

9 lines
135 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>video</title>
</head>
<body>
<video id="v" src="audio.ogg" controls loop></video>
</body>
</html>