Sign in
webkit
/
WebKit
/
2b7db40d04e23e466c35ac26a2cac6ea07d1f8ff
/
.
/
LayoutTests
/
fast
/
loader
/
resources
/
subframe-self-close.html
blob: 34745a2013ee5c5a9d2911ffd38ded287114623a [
file
] [
log
] [
blame
]
<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>