tor-browser

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

mask-image-inline-sliced-1-ref.html (382B)


      1 <!DOCTYPE html>
      2 <title>'box-decoration-break: slice' and 'mask-image' (reference)</title>
      3 <meta name="flags" content="ahem">
      4 <link rel="stylesheet" type="text/css" href="/fonts/ahem.css">
      5 <style>
      6  .mask-image {
      7    font: 100px/1 Ahem;
      8    color: green;
      9  }
     10 </style>
     11 <p>There should be a green square below.</p>
     12 <div style="width: 100px">
     13  <span class="mask-image">A</span>
     14 </div>