mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-10-29 21:25:35 +00:00
5 lines
111 B
HTML
5 lines
111 B
HTML
<script>
|
|
window.opener.postMessage("1 - " + window.x, "http://mochi.test:8888");
|
|
window.close();
|
|
</script>
|