file_domain_inner_inner.html (288B)
1 <!DOCTYPE HTML> 2 <html> 3 <head> 4 <script type="text/javascript"> 5 document.cookie = "can2=has2"; 6 7 // send a message to our test document, to say we're done loading 8 window.parent.opener.postMessage("message", "http://mochi.test:8888"); 9 </script> 10 </head> 11 <body> 12 </body> 13 </html>