blob: 2669a840be4bc483968f6ff3a02106469e6f3bdc [file] [log] [blame]
<html>
<head>
<script>
if (window.layoutTestController)
layoutTestController.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>