tor-browser

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

mask-image-ref.html (386B)


      1 <!DOCTYPE html>
      2 <title>CSS Reference: mask-image</title>
      3 <link rel="author" title="Xidorn Quan" href="https://www.upsuper.org">
      4 <link rel="author" title="Mozilla" href="https://www.mozilla.org">
      5 <style>
      6 #ref {
      7  position: absolute;
      8  width: 200px;
      9  height: 200px;
     10  background: green;
     11 }
     12 </style>
     13 <p>The test passes if there is a green square and no red below.</p>
     14 <div id="ref"></div>