summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-masking/clip-path/reference/clip-path-path-with-zoom-ref.html
blob: ef91c619c40615f633c64d59bfe302fcfbd8c5fb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<!DOCTYPE html>
<html>
  <title>CSS Masking: Test clip-path property when the page is zoomed</title>
  <style>
    #rect {
      width: 200px;
      height: 200px;
      background: green;
      clip-path: path(nonzero, 'M0 0, L200 0, L0 200');
    }
  </style>
  <div id="rect"></div>
</html>