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