UNPKG

@revoloo/cypress6

Version:

Cypress.io end to end testing tool

17 lines (14 loc) 227 B
<html> <head> </head> <body> <h1>window.open</h1> <script type="text/javascript"> var o = window.opener o.foo() window.bar = function(){ o.foo() } </script> </body> </html>