blob: e983adae8ada92e3217e5e4b88889b4a070a26a4 [file] [log] [blame]
<html>
<head>
<script>
function test() {
if (document.body.getAttribute('test') == 'pass')
window.opener.pass();
else
window.opener.fail();
}
</script>
</head>
<body onload="test()" test="pass"></body>
</html>