2008-05-02 23:26:47 +04:00
|
|
|
<!DOCTYPE HTML>
|
|
|
|
<html>
|
|
|
|
<head>
|
2008-03-12 10:53:50 +03:00
|
|
|
<META HTTP-EQUIV="Set-Cookie" CONTENT="meta2=tag2">
|
2008-05-02 23:26:47 +04:00
|
|
|
<script type="text/javascript">
|
2008-03-12 10:53:50 +03:00
|
|
|
document.cookie = "can2=has2";
|
|
|
|
|
|
|
|
// send a message to our test document, to say we're done loading
|
2010-03-13 00:53:36 +03:00
|
|
|
window.parent.opener.postMessage("message", "http://mochi.test:8888");
|
2008-05-02 23:26:47 +04:00
|
|
|
</script>
|
|
|
|
</head>
|
2008-03-12 10:53:50 +03:00
|
|
|
<body>
|
2008-05-02 23:26:47 +04:00
|
|
|
</body>
|
|
|
|
</html>
|