Files
UXP-Fixed/layout/reftests/forms/input/range/direction-unthemed-1.html
T
2018-02-02 04:16:08 -05:00

8 lines
183 B
HTML

<!DOCTYPE html>
<html>
<!-- Test: that direction:rtl behaves correctly -->
<body>
<input type='range' value=70 style="-moz-appearance:none; direction:rtl;">
</body>
</html>