summaryrefslogtreecommitdiffstats
path: root/layout/reftests/forms/input/range/different-fraction-of-range-unthemed-1.html
blob: d9514542f50f09efe703755e20d1e9ef102b69ee (plain)
1
2
3
4
5
6
7
<!DOCTYPE html>
<html>
  <!-- Test: that range with value=70 is different to the default value=50. -->
  <body>
    <input type='range' style="-moz-appearance:none;" value=90 min=20 max=120>
  </body>
</html>