chromium/third_party/blink/web_tests/fast/loader/resources/subframe-self-close.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>