clip-path-inline-010-ref.html (387B)
1 <!DOCTYPE html> 2 <meta content="ahem" name="flags"> 3 <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> 4 <style> 5 .container { 6 font: 100px/1 Ahem; 7 line-height: 100px; 8 } 9 .container > span { 10 clip-path: circle(50%); 11 color: green; 12 } 13 </style> 14 <p>Test passes if there is a filled green circle with radius 50px. 15 <div class="container"> 16 <span>X</span> 17 </div>