blob: fd9710da4efd3074b08aa26d4e38543d4eb51ae1 [file] [log] [blame]
<html>
<head>
<base href="http://pass.example.com/">
<body>
<script>
if (window.layoutTestController)
layoutTestController.dumpAsText();
document.documentURI = 'http://fail.example.com/';
</script>
<a href="foo.html">Hyperlink to foo.html</a>
<pre>
<script>
var a = document.getElementsByTagName('a')[0];
document.writeln('a.href = ' + a.href);
</script>
</pre>
</body>
</html>