trisquel-icecat/icecat/toolkit/content/tests/widgets/videocontrols_direction-1b.html
2025-10-06 02:35:48 -06:00

10 lines
256 B
HTML

<!doctype html>
<html style="direction: rtl">
<head>
<link rel="stylesheet" type="text/css" href="videomask.css" />
</head>
<body>
<video controls preload="none" id="av" source="audio.wav"></video>
<div id="mask"></div>
</body>
</html>