Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / xsl / resources / xslt-extra-content-at-end.xsl
blob4a558363109efb80240101387a866d255c84ed2a
1 <?xml version="1.0" encoding="UTF-8"?>
2 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
3 <xsl:output method="xml" encoding="UTF-8"/>
4 <xsl:template match="TEST">
5 <html xmlns="http://www.w3.org/1999/xhtml">
6 <body>
7 <p>You should see error text above this</p>
8 </body>
9 </html>
10 <p>this, and nothing below it should be rendered</p>
11 furtermore, this should be invalid.
12 </xsl:template>
13 </xsl:stylesheet>