Sign in
webkit
/
WebKit
/
1f4dfcf3887288c1d2475cfd9c59ec76f56b5e33
/
.
/
LayoutTests
/
resources
/
window-postmessage-open-close.html
blob: 3adb8ceecdc36eb667eb8238ca20515714c9e86f [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<!-- Used when testing access of a closed/detached window's properties -->
<html>
<body
onunload
=
"
opener
.
postMessage
(
'closed'
,
'*'
);
"
>
<script>
opener
.
postMessage
(
"opened"
,
"*"
);
</script>
</body>
</html>