Re: [url-tests] window.open() should throw for URL parser failures (#5776)

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