spec/fixtures/pages/window-opener-node.html (7 lines of code) (raw):

<html> <body> <script type="text/javascript" charset="utf-8"> window.opener.postMessage({isProcessGlobalUndefined: typeof process === 'undefined'}, '*') </script> </body> </html>