blob: 54263c4778c79fc0d370d6879f2ae38da77c7c86 [file] [log] [blame]
<html>
<head>
</head>
<body>
<script>
if (window.testRunner) {
testRunner.dumpAsText();
testRunner.waitUntilDone();
testRunner.setCanOpenWindows();
}
var a = window.open("about:blank","moonshine")
function mountainGoat() {
a.window.eval('setTimeout("alert(window.open(\'/\') ? \'FAIL\' : \'PASS\'); if (window.testRunner) testRunner.notifyDone()", 0)')
}
setTimeout("mountainGoat()", 0)
</script>
</body>
</html>