blob: f8664cf27d28a69d2b7b13ca2263a21d96f811e5 [file] [log] [blame]
<script>
window.location = "pass.html";
window.onunload = function()
{
document.write("document.write");
setTimeout("parent.log('You wanted to go to: '+ location.href); parent.fail()", 500);
}
</script>