summaryrefslogtreecommitdiffstats
path: root/extensions/cookie/test/file_image_inner.html
blob: aada82d71afbf588118a81c8f083cba4cc7b4b24 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!DOCTYPE HTML>
<html>
<head>
  <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
    window.opener.postMessage("message", "http://mochi.test:8888");
  </script>
</head>
<body>
<iframe name="frame1" src="http://example.org/tests/extensions/cookie/test/file_image_inner_inner.html"></iframe>
</body>
</html>