<script>self.close();</script>
<html>
<body>
This subframe calls "self.close()" as it's very first action.<br>
That self.close() call should not close the window.
</body>
</html>
<script>self.close();</script>
<html>
<body>
This subframe calls "self.close()" as it's very first action.<br>
That self.close() call should not close the window.
</body>
</html>