[wpt-sync] Sync PR 44191 - [WebDriver BiDi] Update `storage.setCookie` partition tests
Categories
(Remote Protocol :: WebDriver BiDi, task, P4)
Tracking
(firefox124 fixed)
Tracking | Status | |
---|---|---|
firefox124 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 44191 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/44191
Details from upstream follow.
Maksim Sadym <sadym@google.com> wrote:
[WebDriver BiDi] Update
storage.setCookie
partition testsExclude
sourceOrigin
from expected result ofstorage.setCookie
withBrowsingContextPartitionDescriptor
as partition.According to specification,
sourceOrigin
should not be in a partition key response, ifBrowsingContextPartitionDescriptor
is provided. Associated storage partition does not necessary containsourceOrigin
. Actually, havingsourceOrigin
in the browsing context's associated storage partition means no 3d part cookies are possible.
Spec:Each browsing context also has an associated storage partition, which is the storage partition it uses to persist data.
Assignee | ||
Updated•1 year ago
|
Assignee | ||
Updated•1 year ago
|
Assignee | ||
Updated•1 year ago
|
Assignee | ||
Comment 1•1 year ago
|
||
Assignee | ||
Comment 2•1 year ago
|
||
CI Results
Ran 10 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
: 3
Chrome
OK
: 1
FAIL
: 3
Safari
OK
: 1
ERROR
: 3
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
New Tests That Don't Pass
- /webdriver/tests/bidi/storage/set_cookie/partition.py [wpt.fyi]
- test_partition_context:
FAIL
(Chrome:FAIL
, Safari:ERROR
) - test_partition_context_frame:
FAIL
(Chrome:FAIL
, Safari:ERROR
) - test_partition_storage_key_source_origin:
FAIL
(Chrome:FAIL
, Safari:ERROR
)
- test_partition_context:
Comment 4•1 year ago
|
||
bugherder |
Description
•