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