[wpt-sync] Sync PR 31678 - Add WPT for Partitioned Service Worker claim()
Categories
(Core :: DOM: Service Workers, task, P4)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox96 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 31678 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/31678
Details from upstream follow.
Steven Bingler <bingler@chromium.org> wrote:
Add WPT for Partitioned Service Worker claim()
Add WPT that tests that clients.claim() is properly partitioned
when storage partitioning is enabled.(For chrome) Also runs the test as part of the third-party storage
partitioning virtual test suite.Bug: 1246549
Change-Id: I26f6f64ad8c1a1a531fe7503cfeb43abc99b4397
Reviewed-on: https://chromium-review.googlesource.com/3289538
WPT-Export-Revision: 7a6e4f39d6eebac979f31a369fd239c26ec10114
| Assignee | ||
Comment 1•4 years ago
|
||
| Assignee | ||
Updated•4 years ago
|
| Assignee | ||
Updated•4 years ago
|
| Assignee | ||
Updated•4 years ago
|
| Assignee | ||
Comment 2•4 years ago
|
||
| Assignee | ||
Comment 3•4 years ago
|
||
CI Results
Ran 11 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 4 tests and 1 subtests
Status Summary
Firefox
OK : 4
FAIL: 4
Chrome
OK : 4
FAIL: 4
Safari
OK : 4
PASS: 3
FAIL: 1
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
New Tests That Don't Pass
/service-workers/service-worker/partitioned-service-worker-claim.tentative.https.html
ServiceWorker's clients.claim() is partitioned: FAIL (Chrome: FAIL, Safari: PASS)
/service-workers/service-worker/partitioned-service-worker-getRegistrations.tentative.https.html
ServiceWorker's getRegistration() is partitioned: FAIL (Chrome: FAIL, Safari: PASS)
/service-workers/service-worker/partitioned-service-worker-matchAll.tentative.https.html
ServiceWorker's matchAll() is partitioned: FAIL (Chrome: FAIL, Safari: FAIL)
/service-workers/service-worker/partitioned-service-worker.tentative.https.html
Services workers under different top-level sites are partitioned.: FAIL (Chrome: FAIL, Safari: PASS)
Comment 5•4 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/028590b9d5cc
https://hg.mozilla.org/mozilla-central/rev/4e8ae63a4528
Description
•