tor-browser

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

clip-path-stripes-001-ref.html (518B)


      1 <!DOCTYPE html>
      2 <html>
      3 <head>
      4 <title>CSS Masking: Reftest reference</title>
      5 <link rel="author" title="Dirk Schulze" href="mailto:dschulze@adobe.com">
      6 </head>
      7 <body>
      8 <p>The test passes if you see a green vertical stripe next to a lime green vertical stripe, both stripes should be of equal size and there should be no red.</p>
      9 <div style="width: 100px; height: 100px; margin: 75px 0 0 25px; background-color: green;">
     10 	<div style="width: 50px; height: 100px; background-color: lime;"></div>
     11 </div>
     12 </body>
     13 </html>