testing/web-platform/tests/css/css-masking/clip-path/animations/two-clip-path-animation-diff-length2-ref.html
author Lando <lando@lando.test>
Fri, 11 Jul 2025 09:11:47 +0000 (43 minutes ago)
changeset 796052 0a0cf87651274d2f86228467e41dafd62a510749
parent 634245 c512da84e97907d1619b1a22486d7080731529be
permissions -rw-r--r--
Merge autoland to mozilla-central
<!DOCTYPE html>
<style>
  .container {

    width: 100px;
    height: 100px;
    background-color: green;
    clip-path: inset(10px 10px);
  }
</style>

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