testing/web-platform/tests/css/css-masking/clip-path/animations/clip-path-animation-ellipse-ref.html
author Lando <lando@lando.test>
Fri, 11 Jul 2025 09:11:47 +0000 (6 hours ago)
changeset 796052 0a0cf87651274d2f86228467e41dafd62a510749
parent 748580 ceb59d4ea10ba70ea20838f0dbc392bfd2af031a
permissions -rw-r--r--
Merge autoland to mozilla-central
<!DOCTYPE html>
<html>
<style>
  .container {
    width: 100px;
    height: 100px;
    background-color: green;
    clip-path: ellipse(35% 25% at 25% 50%);
  }
</style>

<body>
  <div class="container"></div>
</body>

</html>