[wpt-sync] Sync PR 34607 - Test partitioned cookies and partitioned service worker interaction
Categories
(Core :: DOM: Service Workers, task, P4)
Tracking
()
Tracking | Status | |
---|---|---|
firefox114 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 34607 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/34607
Details from upstream follow.
Dylan Cutler <dylancutler@google.com> wrote:
Test partitioned cookies and partitioned service worker interaction
This CL adds a WPT which exercises the interaction between partitioned service workers and partitioned cookies.
When 3P storage partitioning is enabled, partitioned cookies should
only be visible to partitioned workers whose StorageKey's top-level
site matches the CookiePartitionKey.This test only covers getting/setting cookies in workers, it does not exercise cookie change listeners being partitioned correctly. This is still a WIP, https://crrev.com/c/3236772.
Bug:1225444
Change-Id: Id101b4fa48bed46605fe95f7ef2b1d2463f9301a
Reviewed-on: https://chromium-review.googlesource.com/3674179
WPT-Export-Revision: 5426c88d3f6c0f00d0ab6184d067938f78682387
Assignee | ||
Updated•3 years ago
|
Assignee | ||
Updated•2 years ago
|
Assignee | ||
Updated•2 years ago
|
Assignee | ||
Comment 1•2 years ago
|
||
Assignee | ||
Comment 2•2 years ago
|
||
CI Results
Ran 9 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 1 tests and 3 subtests
Status Summary
Firefox
OK
: 1
FAIL
: 1
Chrome
OK
: 1
PASS
: 3
Safari
OK
: 1
FAIL
: 1
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
New Tests That Don't Pass
- /service-workers/service-worker/partitioned-cookies.tentative.https.html [wpt.fyi]
- Service Worker: Partitioned Cookies:
FAIL
(Chrome:PASS
, Safari:FAIL
)
- Service Worker: Partitioned Cookies:
Comment 4•2 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/135c4535b58d
https://hg.mozilla.org/mozilla-central/rev/e294ace89055
Description
•