summaryrefslogtreecommitdiffstats
path: root/toolkit/content/tests/widgets/videocontrols_direction-2b.html
blob: 2e4dadb6ff2e6f8d8f3689be98443c145c1d2c18 (plain)
1
2
3
4
5
6
7
8
9
10
<!DOCTYPE HTML>
<html style="direction: rtl">
<head>
<link rel="stylesheet" type="text/css" href="videomask.css">
</head>
<body>
<audio controls preload="none" id="av" source="audio.wav"></audio>
<div id="mask"></div>
</body>
</html>