Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / xsl / resources / xhr-doc.xsl
blob3e3770e94380cd58dedd4537353ca9d17a1808fd
1 <?xml version="1.0" encoding="utf-8"?>
2 <xsl:stylesheet version="1.0"
3 xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
4 xmlns="http://www.w3.org/1999/xhtml">
6 <xsl:import href="xhr-doc-imported.xsl" />
8 <xsl:template match="/root">
9 <xsl:call-template name="works" />
10 </xsl:template>
12 </xsl:stylesheet>