/extensions/cookie/test/file_domain_hierarchy_inner_inner_inner.html
http://github.com/zpao/v8monkey · HTML · 14 lines · 13 code · 1 blank · 0 comment · 0 complexity · fdbf922da71b16c53dd027d11c6b995c MD5 · raw file
- <!DOCTYPE HTML>
- <html>
- <head>
- <META HTTP-EQUIV="Set-Cookie" CONTENT="meta3=tag3">
- <script type="text/javascript">
- document.cookie = "can3=has3";
- // send a message to our test document, to say we're done loading
- window.parent.parent.opener.postMessage("message", "http://mochi.test:8888");
- </script>
- </head>
- <body>
- </body>
- </html>