blob: 93c4ef7c37a4749c01fbfd395f19c0d5b9b3186e [file] [log] [blame]
<html>
<body>
<pre>
<script>
if (window.layoutTestController)
layoutTestController.dumpAsText();
document.documentURI = 'junk';
document.writeln('Now that document.documentURI is junk, document.baseURI should be null');
document.writeln('document.baseURI = ' + document.baseURI);
</script>
</pre>
</body>
</html>