Mozilla/mozilla/extensions/cookie/test/file_localhost_inner.html
dwitte%stanford.edu 7ca6bd0344 Bug 421494 - reimplement third party cookie blocking. r=mconnor, sr=bz, blocking1.9+
git-svn-id: svn://10.0.0.236/trunk@247607 18797224-902f-48f8-a5cc-f745e15eee43
2008-03-12 07:53:58 +00:00

15 lines
424 B
HTML

<!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");
</script>
<body>
<iframe name="frame1" src="http://localhost:8888/tests/extensions/cookie/test/file_domain_inner_inner.html"></iframe>
</body>
</html>