Source code
Revision control
Copy as Markdown
Other Tools
<!DOCTYPE html>
<style>
.container {
width: 100px;
height: 100px;
background-color: green;
position: absolute;
left: 10px;
top: 10px;
}
</style>
<body>
This test passes if the blue child is occluded by the clip-path during the animation delay.
<div class="container">
</div>
</body>
</html>