blob: 059536730467703c2f5f0e61b5dcb813a6028078 [file] [log] [blame]
<html>
<head>
<script src="../../resources/common.js"></script>
<script>
if (window.testRunner)
testRunner.dumpAsText();
</script>
<base href="http://fail.example.com/">
</head>
<body>
<div>The document.documentURI property should not be affected by the &lt;base&gt; tag.</div>
<script>document.write(relativeTestPath(document.documentURI));</script>
</body>
</html>