Sign in
webkit
/
WebKit
/
eb01a7e76a5b8904fa6eb36e240d0af2b1bec526
/
.
/
LayoutTests
/
http
/
tests
/
cookies
/
resources
/
post-cookies-to-opener.php
blob: 39c8524e813e43f2ef79b23dfeca562294565985 [
file
] [
log
] [
blame
]
<!doctype html>
<script>
var
from_http
=
<?
php
echo json_encode
(
$_COOKIE
);
?>;
window
.
opener
.
postMessage
({
'http'
:
from_http
,
'document'
:
document
.
cookie
},
"*"
);
</script>