summaryrefslogtreecommitdiffstats
path: root/layout/reftests/forms/input/range/direction-unthemed-1.html
blob: 162d555043231d0a29d16e33aa5a1e0828d88354 (plain)
1
2
3
4
5
6
7
<!DOCTYPE html>
<html>
  <!-- Test: that direction:rtl behaves correctly -->
  <body>
    <input type='range' value=70 style="-moz-appearance:none; direction:rtl;">
  </body>
</html>