tor-browser

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

webkit-text-security-on-parent.tentative.html (362B)


      1 <!DOCTYPE html>
      2 <meta charset="utf-8">
      3 <title>Geolocation Element with -webkit-text-security on parent</title>
      4 <link rel="help" href="https://github.com/WICG/PEPC">
      5 <link rel="match" href="webkit-text-security-on-parent-ref.html">
      6 <style>
      7  #container {
      8    -webkit-text-security: disc;
      9  }
     10 </style>
     11 
     12 <div id="container"><geolocation id="p"></geolocation></div>