testing/web-platform/tests/css/css-masking/clip-path/animations/clip-path-animation-polygon-ref.html
author Lando <lando@lando.test>
Fri, 11 Jul 2025 04:32:24 +0000 (4 hours ago)
changeset 796014 f14d1c1492bc6791542a001365abbca4bd9b28db
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: polygon(10% 10%, 90% 10%, 50% 90%);
  }
</style>

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

</html>