1
0
mirror of https://github.com/roytam1/UXP.git synced 2026-05-29 08:54:28 +00:00
Files
UXP/layout/reftests/forms/input/range/direction-unthemed-1.html

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>