2008-05-02 12:26:47 -07:00
|
|
|
<!DOCTYPE HTML>
|
|
|
|
<html>
|
|
|
|
<head>
|
2008-03-12 00:53:50 -07:00
|
|
|
<META HTTP-EQUIV="Set-Cookie" CONTENT="meta=tag">
|
|
|
|
<script type="text/javascript">
|
|
|
|
document.cookie = "can=has";
|
|
|
|
|
|
|
|
// send a message to our test document, to say we're done loading
|
2010-03-12 13:53:36 -08:00
|
|
|
window.opener.postMessage("message", "http://mochi.test:8888");
|
2008-03-12 00:53:50 -07:00
|
|
|
</script>
|
2008-05-02 12:26:47 -07:00
|
|
|
</head>
|
2008-03-12 00:53:50 -07:00
|
|
|
<body>
|
|
|
|
<iframe name="frame1" src="http://example.org/tests/extensions/cookie/test/file_image_inner_inner.html"></iframe>
|
2008-05-02 12:26:47 -07:00
|
|
|
</body>
|
|
|
|
</html>
|