tor-browser

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

icon-css-property-height-bounded-reftest.html (508B)


      1 <!doctype html>
      2 <title>
      3  The icon is set to the exact maximum height in the reference.
      4  Increasing it further should have no effect.
      5 </title>
      6 <!-- TODO: Update the link to the permission icon spec -->
      7 <link rel="help" href="https://github.com/WICG/PEPC/blob/main/explainer.md" />
      8 <link rel="match" href="icon-css-property-height-bounded-reftest-ref.html" />
      9 <style>
     10  geolocation {
     11    font-size: 10px;
     12  }
     13  ::permission-icon {
     14    height: 100px;
     15  }
     16 </style>
     17 <geolocation id="geolocation"></geolocation>