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.html (452B)


      1 <!doctype html>
      2 <title>The icon of the element should be restricted to 50px due to the max-height property.</title>
      3 <!-- TODO: Update the link to the permission icon spec -->
      4 <link rel="help" href="https://github.com/WICG/PEPC/blob/main/explainer.md">
      5 <link rel="match" href="icon-css-property-max-height-reftest-ref.html">
      6 <style>
      7  ::permission-icon {
      8    height: 60px;
      9    max-height: 50px;
     10  }
     11 </style>
     12 <geolocation id="geolocation"></geolocation>