different-fraction-of-range-unthemed-1.html 209 B

12345678
  1. <!DOCTYPE html>
  2. <html>
  3. <!-- Test: that range with value=70 is different to the default value=50. -->
  4. <body>
  5. <input type='range' style="-moz-appearance:none;" value=90 min=20 max=120>
  6. </body>
  7. </html>