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