tor-browser

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

appearance-base-select-other-elements-ref.html (580B)


      1 <!DOCTYPE html>
      2 <h2>appearance:base-select should not affect the rendering of non-select elements.</h2>
      3 
      4 <button>button</button>
      5 <input type=checkbox>
      6 <input type=checkbox checked>
      7 <input type=radio>
      8 <input type=radio checked>
      9 <input type=range>
     10 <input type=color>
     11 <input type=date>
     12 <input type=datetime-local>
     13 <input type=time>
     14 <input type=week>
     15 <input type=month>
     16 <input type=file>
     17 <input type=search>
     18 <input>
     19 <input type=password>
     20 <input type=number>
     21 <textarea></textarea>
     22 <progress max=100 value=50></progress>
     23 <meter min=0 max=100 low=33 high=66 optimum=80 value=50></meter>