tor-browser

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

webkit-appearance-auto-input-non-widget-001.html (644B)


      1 <!-- DO NOT EDIT THIS FILE.
      2 Edit the appearance-* file instead and then run:
      3    ./tools/appearance-build-webkit-reftests.py
      4 -->
      5 <!DOCTYPE html>
      6 <meta charset="utf-8">
      7 <title>CSS Basic User Interface Test: -webkit-appearance: auto on non-widget input elements</title>
      8 <link rel="help" href="https://drafts.csswg.org/css-ui-4/#appearance-switching">
      9 <meta name="assert" content="The default widget type for these elements is none.">
     10 <link rel="match" href="appearance-auto-input-non-widget-001-ref.html">
     11 <style>
     12 input { -webkit-appearance: auto; }
     13 </style>
     14 <input type="hidden" value="abc">
     15 <input type="image" value="def">
     16 <input type="file">