chromium/third_party/blink/web_tests/external/wpt/css/css-masking/clip-path-svg-content/clip-path-invalid-reference.svg

<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>