Source code

Revision control

Copy as Markdown

Other Tools

<!DOCTYPE html>
<script src="/tests/SimpleTest/SimpleTest.js"></script>
<script>
// The cookie is already set by the time this document runs, since it comes
// from the response headers. Let the opener know before going away.
window.opener.postMessage("cookie-set", "*");
window.close();
</script>
See ya! (This window will close itself)
The cookie was set via HTTP.