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