[wpt-sync] Sync PR 45240 - Add test for multiple RouterCondition
Categories
(Core :: DOM: Service Workers, task, P4)
Tracking
()
Tracking | Status | |
---|---|---|
firefox126 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 45240 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/45240
Details from upstream follow.
Shunya Shishido <sisidovski@chromium.org> wrote:
Add test for multiple RouterCondition
This CL add the test to ensure multiple RouterConditions in one
condition
work with "and" condition. All RouterConditions should be
matched.We don't have RunningStatus, those are tested separately because that
needs an internal API.Bug: 40943429
Change-Id: Ieeb2ccc03baffe2ea2cfd0a88d4ea091de708ef9
Reviewed-on: https://chromium-review.googlesource.com/5379636
WPT-Export-Revision: ed8e8f5de14af8a37a26cb5e1fc8a27699402b03
Assignee | ||
Updated•11 months ago
|
Assignee | ||
Comment 1•11 months ago
|
||
Assignee | ||
Comment 2•11 months ago
|
||
Assignee | ||
Comment 3•11 months ago
|
||
Assignee | ||
Comment 4•11 months ago
|
||
CI Results
Ran 9 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 1 tests and 2 subtests
Status Summary
Firefox
OK
: 1
FAIL
: 2
Chrome
OK
: 1
PASS
: 2
Safari
OK
: 1
FAIL
: 2
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
New Tests That Don't Pass
- /service-workers/service-worker/tentative/static-router/static-router-mutiple-conditions.https.html [wpt.fyi]
- Multiple conditions work with
and
operation:FAIL
(Chrome:PASS
, Safari:FAIL
) - Multiple conditions including requestDestination work with
and
operation:FAIL
(Chrome:PASS
, Safari:FAIL
)
- Multiple conditions work with
Comment 6•11 months ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/3f6c9018b4c3
https://hg.mozilla.org/mozilla-central/rev/cecb9f49d4ef
Description
•