testing/web-platform/tests/css/css-masking/clip-path/animations/clip-path-animation-non-keyframe-timing-function-ref.html
author Sotaro Ikeda <sotaro.ikeda.g@gmail.com>
Thu, 10 Jul 2025 00:10:09 +0000 (7 hours ago)
changeset 795941 23763b72c35abeead04f63e4503c28abc73d065d
parent 647158 fcfee26162e8289f1b5db0cd4f210055b45f1ca7
permissions -rw-r--r--
Bug 1976135 - Remove nightly only limitation of pref gfx.webrender.layer-compositor r=gfx-reviewers,gw Differential Revision: https://phabricator.services.mozilla.com/D256379
<!DOCTYPE html>
<style>
  .container {
    width: 100px;
    height: 100px;
    background-color: green;
    clip-path: circle(50% at 50% 50%);
  }

</style>

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

</html>