tor-browser

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

range-tick-marks-05-ref.html (240B)


      1 <!doctype html>
      2 <title>no range tick marks for range tick marks that are step mismatches reference</title>
      3 <input type=range step=3 value=1 min=-5 max=5 list=degrees>
      4 <datalist id=degrees>
      5  <option value=-2>
      6  <option value=4>
      7 </datalist>