summaryrefslogtreecommitdiffstats
path: root/layout/reftests/svg/clipPath-basic-07.svg
blob: a4d3e4177c43e9ef16cf4cc433ad3d54324df637 (plain)
1
2
3
4
5
6
7
8
9
10
<svg xmlns="http://www.w3.org/2000/svg">
  <defs>
    <clipPath id="clip">
      <metadata/>
      <rect width="100%" height="100%"/>
    </clipPath>
  </defs>
  <rect fill="red" width="100%" height="100%" />
  <rect fill="lime" clip-path="url(#clip)" width="100%" height="100%" />
</svg>