Bug 1812499 [wpt PR 38184] - Simplify handling of name-to-subdir mapping in canvas...
[gecko.git] / dom / xslt / crashtests / 1243337.xsl
blob0e659bf9005151a98e307d7c09f2bb7f320c2051
1 <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
2 <xsl:template match="/">
3 <xsl:value-of select="generate-id(5)"/>
4 <html><body/></html>
5 </xsl:template>
6 </xsl:stylesheet>