electron/spec/fixtures/pages/window-opener-location.html
2018-12-04 17:11:26 +09:00

7 lines
150 B
HTML

<html>
<body>
<script type="text/javascript" charset="utf-8">
window.opener.postMessage(window.opener.location.href, '*')
</script>
</body>
</html>