summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-masking/clip-path/animations/clip-path-xywh-interpolation-001-ref.html
blob: e3f646b3e049b0a04a00c59603f4c01045991a46 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE html>
<html>
<head>
  <title>CSS Masking: Reference for clip-path's xywh interpolation</title>
  <style type="text/css">
    #rect {
      position: absolute;
      margin-left: 10px;
      margin-top: 10px;
      width: 80px;
      height: 80px;
      background-color: green;
      clip-path: inset(0px round 15px);
    }
  </style>
</head>
<body>
  <div id="rect"></div>
</body>
</html>