testing/web-platform/tests/css/css-masking/clip-path/animations/clip-path-animation-path-ref.html
author Emilio Cobos Álvarez <emilio@crisal.io>
Thu, 10 Jul 2025 09:08:54 +0000 (4 hours ago)
changeset 795952 1d422913e1cb1658224a2d269f8e4c9e80032d29
parent 748580 ceb59d4ea10ba70ea20838f0dbc392bfd2af031a
permissions -rw-r--r--
Bug 1976623 - Create drag popups eagerly for now. r=tnikkel,layout-reviewers Trivially restores pre-regression behavior, for now. Differential Revision: https://phabricator.services.mozilla.com/D256769
<!DOCTYPE html>
<html>
<style>
  .container {
    width: 200px;
    height: 200px;
    background-color: green;
    clip-path: path('M 0 150 L 15,75 A 5,5 0,0,1 150,75 L 150 150 z');
  }
</style>

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

</html>