trisquel-icecat/icecat/dom/media/mediacontrol/tests/browser/file_autoplay.html

9 lines
151 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>Autoplay page</title>
</head>
<body>
<video id="autoplay" src="gizmo.mp4" autoplay loop></video>
</body>
</html>