[wpt-sync] Sync PR 49529 - [wptrunner] On WebKitGTK-based browsers do not open the new test window in a tab
Categories
(Testing :: web-platform-tests, task, P4)
Tracking
(firefox135 fixed)
Tracking | Status | |
---|---|---|
firefox135 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 49529 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/49529
Details from upstream follow.
Carlos Alberto Lopez Perez <clopez@igalia.com> wrote:
[wptrunner] On WebKitGTK-based browsers do not open the new test window in a tab
WPT commit bef892c changed some things on the webdriver executor, like:
- Open the new window for the test via webdriver command "/window/new" instead of using injected javascript to open the new window.
- Open the new window as tab by default instead as of a standalone 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
Assignee | ||
Updated•2 months ago
|
Assignee | ||
Updated•2 months ago
|
Assignee | ||
Comment 1•2 months ago
|
||
Assignee | ||
Comment 2•2 months ago
|
||
Assignee | ||
Comment 4•2 months ago
|
||
Assignee | ||
Comment 5•2 months ago
|
||
Description
•