Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / xsl / resources / xslt-import-depth-general.xsl
blobb72ea6bdc91bd1b0e1ec3c5f66e2323e43ae1639
1 <?xml version="1.0"?>
2 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
4 <xsl:import href="xslt-import-depth-format.xsl"/>
6 <xsl:template match="/">
7 <xsl:apply-templates/>
8 </xsl:template>
10 <xsl:template match="title"/>
12 </xsl:stylesheet>