Sign in
webkit
/
WebKit
/
959155b45872cd31254a59be86d81c89a4eb59e4
/
.
/
LayoutTests
/
fast
/
dom
/
Window
/
Location
/
resources
/
set-location-after-close-new-window.html
blob: 9d25380570b6450f8496e7ae65934eb01142ea05 [
file
] [
log
] [
blame
]
<html>
<body
onunload
=
"
opener
.
postMessage
(
'closed'
,
'*'
);
"
>
<script>
opener
.
postMessage
(
"opened"
,
"*"
);
</script>
</body>
</html>