[wpt-sync] Sync PR 42912 - [wdspec] don't use setup_network_test in add intercept url patterns t…
Categories
(Remote Protocol :: WebDriver BiDi, task, P4)
Tracking
(firefox121 fixed)
| Tracking | Status | |
|---|---|---|
| firefox121 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 42912 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/42912
Details from upstream follow.
Thiago Perrotta <tperrotta@chromium.org> wrote:
[wdspec] don't use setup_network_test in add intercept url patterns t…
…ests
There are some tests for global interecepts in this module. setup_network_test calls browsingContext.navigate. This introduces a side effect, wherein the navigation call is intercepted.
Simplify the test by using subscribe_events instead of setup_network_test.
| Assignee | ||
Updated•2 years ago
|
| Assignee | ||
Comment 1•2 years ago
|
||
| Assignee | ||
Comment 2•2 years ago
|
||
CI Results
Ran 10 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 1 tests and 69 subtests
Status Summary
Firefox
OK : 1
PASS : 69
Chrome
OK : 1
PASS : 10
FAIL : 59
Safari
OK : 1
ERROR: 69
Links
Comment 5•2 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/4ea3742dc787
https://hg.mozilla.org/mozilla-central/rev/3f7ffbd95705
Description
•