clip-path-circle-021-ref.html (553B)
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: Test clip-path property and circle function on circle 021</title> 9 <link rel="author" title="Ting-Yu Lin" href="mailto:tlin@mozilla.com"> 10 <link rel="author" title="Mozilla" href="http://www.mozilla.org/"> 11 </head> 12 <body> 13 <p>The test passes if there is a green circle.</p> 14 <div style="width: 600px; height: 600px; background-color: green; clip-path: circle();"></div> 15 </body> 16 </html>