summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-masking/clip-path/animations/clip-path-animation-inherit-ref.html
blob: 5b1cf397294adfc5adfcd87461c5db56201bf95c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!DOCTYPE html>
<style>
  .container {
    width: 100px;
    height: 100px;
    background-color: green;
    clip-path: circle(35px at 10px 10px);
  }
</style>

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

</html>