- From: Simon Pieters <web-platform-tests-notifications@w3.org>
- Date: Thu, 04 May 2017 11:40:44 GMT
- To: public-web-platform-tests-notifications@w3.org
I'm not aware of it being particularly problematic, and the same is true for other `window.open` tests. A problem I noticed when testing `window.open` is that Firefox is relatively slow with opening new windows (possibly by design), which can cause the test to time out. Setting a meta timeout to long helps with that. You can use `add_cleanup` to close any windows opened (I guess only works for same origin, but still). View on GitHub: https://github.com/w3c/web-platform-tests/pull/5776#issuecomment-299161669
Received on Thursday, 4 May 2017 11:40:56 UTC