зеркало из https://github.com/mozilla/gecko-dev.git
15 строки
394 B
HTML
15 строки
394 B
HTML
<!DOCTYPE HTML>
|
|
<html>
|
|
<head>
|
|
<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>
|
|
</head>
|
|
<body>
|
|
<iframe name="frame1" src="http://example.org/tests/netwerk/test/mochitests/file_image_inner_inner.html"></iframe>
|
|
</body>
|
|
</html>
|