tor-browser

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

scroll-buttons-appearance-ref.html (383B)


      1 <!doctype html>
      2 <meta charset="utf-8">
      3 <title>CSS Test: ::scroll-button()s appearance</title>
      4 <style>
      5 .none { appearance: none; }
      6 </style>
      7 <p>Test passes if there are two buttons, the first one using appearance auto
      8 and the second using appearance: none.</p>
      9 <div></div>
     10 <button disabled="true">appearance: auto</button><button disabled="true" class="none">appearance: none</button>