testing/web-platform/tests/css/css-masking/clip-path/animations/clip-path-animation-ref.html
author Lando <lando@lando.test>
Thu, 10 Jul 2025 16:11:40 +0000 (10 hours ago)
changeset 795966 8f464d9c468ba1a7c1b0338deaa8bc8023f8ae3d
parent 590741 3434896d3d702d20ac24d7ffd52f6524a8095e2c
permissions -rw-r--r--
Merge autoland to mozilla-central
<!DOCTYPE html>
<style>
.container {
  width: 100px;
  height: 100px;
  background-color: green;
  clip-path: circle(35% at 35% 35%);
}
</style>
<body>
<div class="container"></div>
</body>
</html>