clip-path-animation-non-shape-delay-ref.html (309B)
1 <!DOCTYPE html> 2 <style> 3 .container { 4 width: 100px; 5 height: 100px; 6 background-color: green; 7 position: absolute; 8 left: 10px; 9 top: 10px; 10 } 11 </style> 12 <body> 13 This test passes if the blue child is occluded by the clip-path during the animation delay. 14 <div class="container"> 15 </div> 16 </body> 17 </html>