summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-masking/clip-path/animations/clip-path-animation-path-ref.html
blob: d53067f5634265344f78962fbab011e742b0dbf3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!DOCTYPE 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>