[wpt-sync] Sync PR 42501 - WPT: `or` conditional syntax in ServiceWorker static routing API
Categories
(Core :: DOM: Service Workers, task, P4)
Tracking
()
Tracking | Status | |
---|---|---|
firefox121 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 42501 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/42501
Details from upstream follow.
Takashi Nakayama <tnak@chromium.org> wrote:
WPT:
or
conditional syntax in ServiceWorker static routing APIThis CL adds the Web Platform Tests to test the
or
condition of SW
static routing API.Design Doc: https://docs.google.com/document/d/1B2D8w_2M4j9CZC1VccBOAhfCdiRP3yPCSV5UKKDhU70/
Explainer: https://github.com/WICG/service-worker-static-routing-api/blob/main/final-form.mdBug: 1485792
Change-Id: I6ea7e100d803333ded753d36165ff009007b981f
Reviewed-on: https://chromium-review.googlesource.com/4931356
WPT-Export-Revision: 60650e3b4a92983146b7c42f9fcaca5802378594
Assignee | ||
Updated•1 year ago
|
Assignee | ||
Comment 1•1 year ago
|
||
Assignee | ||
Comment 2•1 year ago
|
||
CI Results
Ran 9 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 2 tests and 6 subtests
Status Summary
Firefox
OK
: 2
PASS
: 3
FAIL
: 5
Chrome
OK
: 1
PASS
: 2
FAIL
: 4
TIMEOUT
: 2
NOTRUN
: 1
Safari
OK
: 2
PASS
: 3
FAIL
: 5
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-main-resource.https.html [wpt.fyi]
- Main resource load matched with the condition:
FAIL
(Chrome:TIMEOUT
, Safari:FAIL
)
- Main resource load matched with the condition:
- /service-workers/service-worker/tentative/static-router/static-router-subresource.https.html [wpt.fyi]
- Subresource load matched with URLPattern condition:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Subresource load matched with RequestMode condition:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Subresource load matched with the nested
or
condition:FAIL
(Chrome:FAIL
, Safari:FAIL
) - Subresource load matched with the next
or
condition:FAIL
(Chrome:FAIL
, Safari:FAIL
)
- Subresource load matched with URLPattern condition:
Comment 4•1 year ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/7dd2b2cc3d5c
https://hg.mozilla.org/mozilla-central/rev/5e8930834fb0
Description
•