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

No timeout here.

Since there's no *features*  argument, Firefox opens tabs, which appears to be much faster than opening popups.

It appears that WebKit/Chromium/Gecko all actually allow closing all of the opened tabs with
```
      assert_throws("SyntaxError", () => {
        const win = self.open(test.input)
        win.close()
      })
```

View on GitHub: https://github.com/w3c/web-platform-tests/pull/5776#issuecomment-299167889

Received on Thursday, 4 May 2017 12:14:14 UTC