Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / svg / custom / convolution-crash.svg
blobc11ca6e6beac0c3f11605e865491b1c3dcf9f07d
1 <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
2 <defs> <filter id="foo"> <feConvolveMatrix kernelMatrix="0 0 0 0 1 0 0 0 -1"/> </filter> </defs>
3 <image width="2" height="3" xlink:href="bar" filter="url(#foo)" />
4 <rect x="10" y="10" width="100" height="100" fill="green"/>
5 </svg>