Steps to reproduce:
- Open wikipidia.org in a chrome tab and open the devtools.
- Enter the following command
p = window.open('https://www.google.com')
Once the window opens, entering p.closed
returns true.
But, If we replace the url of target window from https://www.google.com to https://www.yahoo.com, p.closed
returns false
Am I missing something?