Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[wptrunner] On WebKitGTK-based browsers do not open the new test wind…
…ow in a tab WPT commit bef892c changed some things on the webdriver executor, like: 1. Open the new window for the test via webdriver command "/window/new" instead of using injected javascript to open the new window. 2. Open the new window as tab by default instead as of a separate window And in the case of WebKitGTK-based browsers there is currently a bug that when the new test window is opened in a tab instead in a standalone window it causes many timeouts and failures on the WPT tests. This has been reported to WebKitGTK here https://webkit.org/b/283392 So this commits defaults back the new test window to be an standalone window instead of a tab for the WebkitGTK-based browsers meanwhile the issue is not fixed there. Related issue: #49262
- Loading branch information