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