summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-masking/clip-path/animations/clip-path-animation-fixed-position-rounding-error-ref.html
blob: a069e4d3ae5bc82ea9547b01e7958b8f7eead645 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!DOCTYPE html>
<style>
  .container {
    position: fixed;
    width: 70px;
    height: 126px;
    background-color: green;
    clip-path: inset(5% 5%)
  }

</style>

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

</html>