Sign in
webkit
/
WebKit
/
87082c751936009cbc5628fdc0a9f6ad6c07a7eb
/
.
/
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>