Sign in
chromium
/
external
/
github.com
/
WebKit
/
webkit
/
refs/heads/apple-security
/
.
/
LayoutTests
/
fast
/
loader
/
resources
/
subframe-self-close.html
blob: 34745a2013ee5c5a9d2911ffd38ded287114623a [
file
] [
edit
]
<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>