same-fraction-of-range-unthemed-1.html 355 B

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