tor-browser

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

icon-css-property-margin-bounded-reftest-ref.html (325B)


      1 <!DOCTYPE html>
      2 <meta charset="utf-8">
      3 <title>
      4  A standard permission element of type location, with the maximum allowed
      5  margin.
      6 </title>
      7 
      8 <style>
      9 
     10  geolocation {
     11    font-size: 10px;
     12  }
     13 
     14  ::permission-icon {
     15    /* 30px is 3em */
     16    margin-inline-end: 30px;
     17  }
     18 </style>
     19 
     20 <geolocation id="geolocation"></geolocation>