Bug 470455 - test_database_sync_embed_visits.js leaks, r=sdwilsh
[wine-gecko.git] / extensions / cookie / test / file_domain_inner_inner.html
blobf36b7f5c17a2f5086d9a587ab61e35d2b19e58de
1 <!DOCTYPE HTML>
2 <html>
3 <head>
4 <META HTTP-EQUIV="Set-Cookie" CONTENT="meta2=tag2">
5 <script type="text/javascript">
6 document.cookie = "can2=has2";
8 // send a message to our test document, to say we're done loading
9 window.parent.opener.postMessage("message", "http://localhost:8888");
10 </script>
11 </head>
12 <body>
13 </body>
14 </html>