chromium/third_party/blink/web_tests/svg/clip-path/clip-path-w-broken-filter-on-shape.html

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