summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-masking/clip-path/animations/clip-path-animation-overflow-ref.html
blob: 154a56d5f07832fc7ef08b4db40acbb50faf8348 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!DOCTYPE html>
<style>
.container {
  width: 200px;
  height: 200px;
  background-color: green;
  border: 20px solid black;
  clip-path: circle(120px at 120px 120px);
}
</style>
<body>
<div class="container"><div class="container"></div></div>
</body>
</html>