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