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

8 lines
150 B
HTML
Raw Normal View History

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