summaryrefslogtreecommitdiffstats
path: root/toolkit/content/tests/widgets/videocontrols_direction-1a.html
blob: a4d35462940cd586b76d5d9756c4381bfc23c524 (plain)
1
2
3
4
5
6
7
8
9
10
<!DOCTYPE HTML>
<html dir="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>