summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-masking/mask-image/mask-image-clip-exclude-ref.html
blob: 5d82c5cf27a1ec69c5f646830ebbbf0f04c5264c (plain)
1
2
3
4
5
6
7
8
9
10
<!doctype html>
<title>CSS test reference</title>
<style>
  div {
    width: 100px;
    height: 100px;
    border: 10px solid green;
  }
</style>
<div></div>