Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / svg / animations / invalid-css-attribute-crash.svg
blob2d2ba6752ab95f308db77bcadd55bbd4be300885
1 <svg xmlns="http://www.w3.org/2000/svg">
2 <!-- Test for WK94569: Passes if there is no crash in animating non-CSS animations with attributeType=CSS. -->
3 <text x="5" y="20">This test passes if it does not CRASH.</text>
4 <feConvolveMatrix>
5 <set attributeName="result" attributeType="CSS" to="inherit"></set>
6 </feConvolveMatrix>
7 </svg>