file_prime_cookie.html (272B)
1 <!DOCTYPE html> 2 <!-- Any copyright is dedicated to the Public Domain. 3 - http://creativecommons.org/publicdomain/zero/1.0/ --> 4 <html> 5 <head> 6 <meta charset=UTF-8> 7 </head> 8 <body> 9 <script> 10 document.cookie = "b=c"; 11 parent.postMessage("done", "*"); 12 </script> 13 </body> 14 </html>