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