trisquel-icecat/icecat/toolkit/content/tests/browser/file_videoWithoutAudioTrack.html

9 lines
164 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>video without audio track</title>
</head>
<body>
<video id="v" src="gizmo-noaudio.webm" controls loop></video>
</body>
</html>