blob: 9d19726dac89bef9b0e574163969104f8e5a6652 [file] [log] [blame]
<!DOCTYPE html>
<svg>
<clipPath id="c">
<text></text>
<rect width="100" height="100" filter="url(#nonexistent)"/>
</clipPath>
<rect width="200" height="100" fill="green" clip-path="url(#c)"/>
</svg>