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=
"html" encoding=
"iso8859-1"/>
4 <xsl:template match=
"TEST">
7 <title>document.URL
</title>
11 if (window.testRunner)
12 testRunner.dumpAsText();
14 if (document.URL.length
> 0)
15 document.write(
"<p>Success</p>");
17 document.write(
"<p>Failure, document.URL is empty.</p>");