mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
15 lines
442 B
HTML
15 lines
442 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", "http://mochi.test:8888");
|
|
</script>
|
|
<body>
|
|
<iframe name="frame1" src="http://mochi.test:8888/tests/extensions/cookie/test/file_domain_inner_inner.html"></iframe>
|
|
</body>
|
|
</html>
|