summaryrefslogtreecommitdiffstats
path: root/layout/reftests/forms/input/range/same-fraction-of-range-unthemed-1.html
blob: 3c9f0e7ce3e5181c35fbea3d2beb3a74b1125fd8 (plain)
1
2
3
4
5
6
7
8
9
<!DOCTYPE html>
<html>
  <!-- Test: that range with value=90,min=90,max=120 looks the same as range
       with value=70 (also tests that it doesn't look like type=text, since the
       text displayed would be different in the type=text case). -->
  <body>
    <input type='range' style="-moz-appearance:none;" value=90 min=20 max=120>
  </body>
</html>