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

16 lines
317 B
HTML

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