Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / xsl / resources / xslt-bad-import-uri.xsl
bloba85512c629d76dbccd9900d6fc79a32efc76957f
1 <?xml version="1.0" encoding="ISO-8859-1"?>
2 <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
3 <xsl:import href="nosuchfileatall"/>
4 <xsl:template match="/">
5 <xsl:apply-imports/>
6 </xsl:template>
7 </xsl:stylesheet>