blob: 93bf830c8cd856e31693f2f8c8d1b4b49c96c114 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<xsl:template match="/">
<html xml:lang="en-us" xmlns="http://www.w3.org/1999/xhtml">
<body>
<script type="text/javascript">
if (window.testRunner)
testRunner.dumpAsText();
alert("PASS");
</script>
</body>
</html>
</xsl:template>
</xsl:stylesheet>