clip-path-square-001-ref.html (456B)
1 <!-- 2 Any copyright is dedicated to the Public Domain. 3 http://creativecommons.org/publicdomain/zero/1.0/ 4 --> 5 <!DOCTYPE html> 6 <html> 7 <head> 8 <title>CSS Masking: Reftest reference</title> 9 <link rel="author" title="Dirk Schulze" href="mailto:dschulze@adobe.com"> 10 </head> 11 <body> 12 <p>The test passes if there is a green square and no red.</p> 13 <div style="width: 100px; height: 100px; background-color: green; margin: 75px;"></div> 14 </body> 15 </html>