clip-path-stripes-002-ref.html (515B)
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: 50px; height: 50px; margin: 50px 0 0 25px; background-color: green;"> 10 <div style="width: 25px; height: 50px; background-color: lime;"></div> 11 </div> 12 </body> 13 </html>