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

9 lines
137 B
HTML
Raw Normal View History

2015-08-04 07:46:59 +00:00
<html>
<body>
<script type="text/javascript" charset="utf-8">
require('ipc').send('opener', window.opener);
</script>
</body>
</html>