summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-masking/mask-svg-content/mask-invalid-reference.svg
blob: 3d68fc0d745a57b5ac93a561329041519c19cbbb (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: mask with invalid reference</title>
	<html:link rel="help" href="http://www.w3.org/TR/css-masking-1/#the-mask-image"/>
	<html:link rel="match" href="reference/mask-green-square-001-ref.svg" />
	<metadata class="flags">svg</metadata>
	<desc class="assert">masks are ignored if their
        reference doesn't point to a mask element.</desc>
</g>
  <linearGradient id="a" />
  <rect x="50" y="50" width="100" height="100" fill="green" mask="url(#a)"/>
</svg>