blob: 71b7ed94b8945dffcac8e9481f7acfac581f929f [file] [log] [blame]
<html>
<head>
<script>
if (window.testRunner)
testRunner.dumpAsText();
</script>
</head>
<body>
FAIL: Text from the top of the origin document should not be visible after the onload event.<br>
<iframe onload="document.open();document.write('PASS');document.close();"></iframe>
FAIL: Text from the bottom of the origin document should not be visible after the onload event.<br>
</body>
</html>