tor-browser

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

border-radius-identical-ref.html (463B)


      1 <!DOCTYPE html>
      2 <meta charset="utf-8">
      3 <title>Permission Element Border Radius Clamping Reference</title>
      4 <p>This test verifies that a large border-radius on a permission element is clamped to half of the element's smallest dimension, resulting in a pill shape.</p>
      5 <style>
      6  permission {
      7    width: 100px;
      8    height: 40px;
      9    border-radius: 25px;
     10    background-color: blue;
     11    display: inline-block;
     12  }
     13 </style>
     14 <permission type="geolocation"></permission>