tor-browser

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

icon-css-property-min-height-reftest.html (423B)


      1 <!doctype html>
      2 <title>The icon of the element should change if the min-height is changed</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="mismatch" href="icon-css-property-min-height-reftest-ref.html" />
      6 <style>
      7  ::permission-icon {
      8    min-height: 15px;
      9  }
     10 </style>
     11 <geolocation id="geolocation"></geolocation>