gecko/toolkit/content/tests/widgets/videocontrols_direction-2e.html

10 lines
222 B
HTML
Raw Normal View History

<!DOCTYPE HTML>
<html>
<head>
<link rel="stylesheet" type="text/css" href="videomask.css">
</head>
<body style="text-align: right;">
<audio controls id="av" src="audio.oga" style="direction: rtl;"></audio>
</body>
</html>