blob: 642c1a22456949d8189b802fd6191d7460ff5480 [file] [log] [blame]
<html>
<body>
<script>
if (window.testRunner) {
testRunner.dumpAsText();
testRunner.setCanOpenWindows();
testRunner.setPopupBlockingEnabled(true);
testRunner.setCloseRemainingWindowsWhenComplete(true);
}
win = window.open("about:blank");
alert(win ? "FAIL" : "PASS");
</script>
</body>
</html>