tor-browser

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

icon-css-property-max-height-reftest-ref.html (232B)


      1 <!DOCTYPE html>
      2 <meta charset="utf-8">
      3 <title>
      4  A standard permission element of type location, with 50px height.
      5 </title>
      6 
      7 <style>
      8  ::permission-icon {
      9    height: 50px;
     10  }
     11 </style>
     12 
     13 <geolocation id="geolocation"></geolocation>