- From: Simon Pieters <web-platform-tests-notifications@w3.org>
- Date: Thu, 04 May 2017 12:14:02 GMT
- To: public-web-platform-tests-notifications@w3.org
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