summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-masking/clip-path/animations/clip-path-path-interpolation-with-zoom-ref.html
blob: 7e0d2a54266f3855dbc8e8e87167a06ea0cc323b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<!DOCTYPE html>
<title>CSS Masking: Test clip-path nonzero path interpolation with zoom</title>
<style type="text/css">
  #rect {
    width: 300px;
    height: 300px;
    background-color: green;
    clip-path: path('M105,105 H270 V270 H105Z M75,75 H210 V210 H75Z');
  }

</style>
<div id="rect"></div>