tor-browser

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

border-radius-different.tentative.html (377B)


      1 <!doctype html>
      2 <html>
      3  <meta charset="utf-8" />
      4  <link rel="match" href="border-radius-different-ref.html" />
      5  <link
      6    rel="help"
      7    href="https://github.com/WICG/PEPC/blob/main/explainer.md#locking-the-pepc-style"
      8  />
      9  <body>
     10    <style>
     11      geolocation {
     12        border-radius: 1000px/1001px;
     13      }
     14    </style>
     15    <geolocation></geolocation>
     16  </body>
     17 </html>