Closed
Bug 1926740
Opened 15 days ago
Closed 12 days ago
[wpt-sync] Sync PR 48792 - [wptrunner] Work around WebView bugs in ChromeDriver runner
Categories
(Testing :: web-platform-tests, task, P4)
Testing
web-platform-tests
Tracking
(firefox133 fixed)
RESOLVED
FIXED
133 Branch
Tracking | Status | |
---|---|---|
firefox133 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 48792 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/48792
Details from upstream follow.
Jonathan Lee <jonathanjlee@google.com> wrote:
[wptrunner] Work around WebView bugs in ChromeDriver runner
- Restore the window-creation logic prior to #48610 for WebView, which turns out to not support the "new window" command (https://crbug.com/375275185).
- Catch all
WebDriverException
s when issuing CDP commands, since WebView fails onBrowser.resetPermissions
withBrowser context management is not supported.
. Resetting state is now best-effort.
Assignee | ||
Updated•15 days ago
|
Status: NEW → RESOLVED
Closed: 15 days ago
Resolution: --- → INVALID
Assignee | ||
Updated•15 days ago
|
Status: RESOLVED → REOPENED
Resolution: INVALID → ---
Assignee | ||
Updated•14 days ago
|
Status: REOPENED → RESOLVED
Closed: 15 days ago → 14 days ago
Resolution: --- → INVALID
Assignee | ||
Updated•14 days ago
|
Status: RESOLVED → REOPENED
Resolution: INVALID → ---
Assignee | ||
Comment 1•14 days ago
|
||
Pushed by wptsync@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/5c59996ad696
[wpt PR 48792] - [wptrunner] Work around WebView bugs in ChromeDriver runner, a=testonly
Assignee | ||
Comment 3•12 days ago
|
||
Test result changes from PR not available.
Comment 4•12 days ago
|
||
bugherder |
Status: REOPENED → RESOLVED
Closed: 14 days ago → 12 days ago
status-firefox133:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 133 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•