summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-masking/clip-path/clip-path-marginBox-1d-ref.html
blob: cd78d2009a3642b6fc4f218da318f4ffd9e89d77 (plain)
1
2
3
4
5
6
7
8
9
10
11
<!DOCTYPE html>
<style>
  div {
    width: 100px;
    height: 100px;
    background-color: green;
    border-radius: 34.4px;
    border: 25px solid green;
  }
</style>
<div></div>