Upstream version 11.40.271.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / svg / clip-path / clip-path-w-broken-filter-on-shape.html
1 <!DOCTYPE html>
2 <svg>
3   <clipPath id="c">
4     <text></text>
5     <rect width="100" height="100" filter="url(#nonexistent)"/>
6   </clipPath>
7   <rect width="200" height="100" fill="green" clip-path="url(#c)"/>
8 </svg>