summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-masking/clip-path-svg-content/clip-path-invalid-reference.svg
blob: 714d90ee767f0b065dfa6fe2b1a749a6d01d95e4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<svg xmlns="http://www.w3.org/2000/svg" xmlns:html="http://www.w3.org/1999/xhtml">
<g id="testmeta">
	<title>CSS Masking: clipPath with invalid reference</title>
	<html:link rel="help" href="http://www.w3.org/TR/css-masking-1/#the-clip-path"/>
	<html:link rel="match" href="reference/clip-path-green-square-001-ref.svg" />
	<metadata class="flags">svg</metadata>
	<desc class="assert">clip-paths are ignored if their
        reference doesn't point to a clipPath.</desc>
</g>
  <linearGradient id="a" />
  <rect x="50" y="50" width="100" height="100" fill="green" clip-path="url(#a)"/>
</svg>