Bug 1942639 - Propagate --filter argument from desktop_unittest.py to runreftest...
[gecko.git] / dom / xslt / tests / mochitest / file_bug1135764.xsl
blobe739086cbee2f50e4ae72b49e15cc8c49e3baa63
1 <?xml version="1.0" encoding="UTF-8"?>
2 <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
4 <xsl:output method="html"
5 indent="yes"
6 version="5.0"
7 doctype-system="about:legacy-compat"/>
9 <xsl:template match="/">
10 <html>
11 <head>
12 </head>
13 <body>
14 Some text
15 </body>
16 </html>
17 </xsl:template>
19 </xsl:stylesheet>