tor-browser

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

autofill.html (463B)


      1 <!doctype html>
      2 <meta charset=utf-8>
      3 <title>Selector: pseudo-classes (:autofill)</title>
      4 <link rel=help href="https://html.spec.whatwg.org/multipage/#pseudo-classes">
      5 <script src="/resources/testharness.js"></script>
      6 <script src="/resources/testharnessreport.js"></script>
      7 <script src="/css/support/parsing-testcommon.js"></script>
      8 <script>
      9 test_valid_selector(":autofill");
     10 test_valid_selector(":-webkit-autofill", [":autofill", ":-webkit-autofill"]);
     11 </script>