tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

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


      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>