summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/parser/resources/external-entities.xsl
blob: 95408654a1f2a956540eecb438d2a9c09e91b549 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE xsl:stylesheet SYSTEM "external-entities.dtd">
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
    <xsl:template match="/">
        <HTML>
        <SCRIPT type="text/javascript">
        if (window.testRunner)
            testRunner.dumpAsText();
        </SCRIPT>
            <BODY>
               &message;
            </BODY>
        </HTML>
    </xsl:template>
</xsl:stylesheet>