electron/spec/fixtures/pages/window-opener-location.html

7 lines
145 B
HTML

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