blob: 7defe2c6eb84c21fbd8334ddcdbf77a797006d9e [file] [log] [blame]
<HTML>
<HEAD>
<SCRIPT>
function writeDot()
{
while(!parent.frames[1].document.URL) { }
}
</SCRIPT>
</HEAD>
<BODY>
This test checks whether document.URL is initially set to an empty
value or "about:blank" for frames. The right answer is
"about:blank". If it is empty, then this test will hang.
<script>
writeDot();
if (window.testRunner)
testRunner.notifyDone();
</script>
</BODY>
</HTML>