<html> | |
<head> | |
<script type="text/javascript"> | |
function done() | |
{ | |
if (window.testRunner) { | |
// Allow child window to close to prevent hangs during testing | |
setTimeout("testRunner.notifyDone()", 100); | |
} | |
} | |
</script> | |
</head> | |
<body onload="done()"> | |
<span style="color: green;">PASS</span> New page loaded from popup window | |
</body> | |
</html> |