summaryrefslogtreecommitdiffstats
path: root/toolkit/content/tests/widgets/videocontrols_direction-1e.html
blob: 25e7c2c1f98597628e0ae0acc1093fed16962db8 (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;">
<video controls preload="none" id="av" source="audio.wav" style="direction: rtl;"></video>
<div id="mask"></div>
</body>
</html>