haikuwebkit/LayoutTests/fast/loader/resources/subframe-self-close.html

8 lines
179 B
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>