summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-masking/clip-path/animations/clip-path-animation-polygon-ref.html
blob: 28e11e966d58ad6ed074ff1a3e8b232f56df8213 (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: polygon(10% 10%, 90% 10%, 50% 90%);
  }
</style>

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

</html>