Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / svg / custom / invalid-xslt-crash.svg
blobe212f2bb5d675e4f4c367ae4a56e9cf6a06a6300
1 <?xml-stylesheet type="application/xml" href=""?>
2 <svg xmlns="http://www.w3.org/2000/svg"
3 xmlns:xslt="http://www.w3.org/1999/XSL/Transform"
4 xslt:version="1.0">
5 <!-- The test passes if it doesn't crash -->
6 <xslt:attribute nnnnnnnnnnname="fill">lime</xslt:attribute>
7 </svg>