tor-browser

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

mask-image-clip-exclude.html (755B)


      1 <!doctype html>
      2 <link rel="help" href="https://bugzilla.mozilla.org/show_bug.cgi?id=1697311">
      3 <link rel="author" href="" title="Ana Tudor">
      4 <link rel="author" href="mailto:emilio@crisal.io" title="Emilio Cobos Álvarez">
      5 <link rel="author" href="https://mozilla.org" title="Mozilla">
      6 <link rel="match" href="mask-image-clip-exclude-ref.html">
      7 <meta name="fuzzy" content="maxDifference=0-1; totalPixels=0-2000">
      8 <title>mask-image + mask-clip + mask-composite: exclude on different background boxes</title>
      9 <style>
     10 div {
     11  display: inline-block;
     12  width: 100px;
     13  height: 100px;
     14  padding: 10px;
     15  background: linear-gradient(green, green) border-box;
     16  mask: linear-gradient(red, red) content-box exclude, linear-gradient(red, red);
     17 }
     18 </style>
     19 <div></div>