clip-path-circle-2-ref.html (474B)
1 <!DOCTYPE html> 2 <html> 3 <head> 4 <title>CSS Reftest Reference</title> 5 <link rel="author" title="Dirk Schulze" href="mailto:dschulze@adobe.com"> 6 <style type="text/css"> 7 body, div { 8 padding: 0; 9 margin: 0; 10 } 11 </style> 12 </head> 13 <body> 14 <p>The test passes if there is a full green circle.</p> 15 <div style="width: 200px; height: 200px; border-radius: 100px; background-color: green; position: absolute; left: 100px;"></div> 16 </body> 17 </html>