[wpt-sync] Sync PR 52106 - Show partitioned cookies in testdriver.{get_named_cookie, get_all_cookies}
Categories
(Testing :: web-platform-tests, task, P4)
Tracking
(firefox140 fixed)
Tracking | Status | |
---|---|---|
firefox140 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Attachments
(2 files)
Sync web-platform-tests PR 52106 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/52106
Details from upstream follow.
Johann Hofmann <johannhof@chromium.org> wrote:
Show partitioned cookies in testdriver.{get_named_cookie, get_all_cookies}
These functions were previously unable to read partitioned cookies.
I filed https://github.com/w3c/webdriver/issues/1893 to address this
on the WebDriver spec level and would strongly expect other browsers to
match that behavior.Change-Id: I6af3287e3ae955110aed4513051712583ff86949
Reviewed-on: https://chromium-review.googlesource.com/6458981
WPT-Export-Revision: 4271ac5af7725b84d182e7e187b6819aa6c757bc
Assignee | ||
Updated•23 days ago
|
Assignee | ||
Comment 1•18 days ago
|
||
Assignee | ||
Comment 2•18 days ago
|
||
CI Results
Ran 0 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 2 tests and 1 subtests
Status Summary
Firefox
OK
: 2
FAIL
: 2
Chrome
OK
: 2
PASS
: 2
Safari
OK
: 2
PASS
: 2
Links
Details
Firefox-only Failures
- /infrastructure/testdriver/get_all_cookies.sub.https.html [wpt.fyi]
- Get all HTTPS cookies:
FAIL
- Get all HTTPS cookies:
- /infrastructure/testdriver/get_named_cookie.sub.https.html [wpt.fyi]
- Get Named HTTPS cookie:
FAIL
- Get Named HTTPS cookie:
New Tests That Don't Pass
- /infrastructure/testdriver/get_all_cookies.sub.https.html [wpt.fyi]
- Get all HTTPS cookies:
FAIL
(Chrome:PASS
, Safari:PASS
)
- Get all HTTPS cookies:
- /infrastructure/testdriver/get_named_cookie.sub.https.html [wpt.fyi]
- Get Named HTTPS cookie:
FAIL
(Chrome:PASS
, Safari:PASS
)
- Get Named HTTPS cookie:
Updated•16 days ago
|
Assignee | ||
Comment 3•10 days ago
|
||
Automatic update from web-platform-tests
Show partitioned cookies in testdriver.{get_named_cookie, get_all_cookies}
These functions were previously unable to read partitioned cookies.
I filed https://github.com/w3c/webdriver/issues/1893 to address this
on the WebDriver spec level and would strongly expect other browsers to
match that behavior.
Change-Id: I6af3287e3ae955110aed4513051712583ff86949
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6458981
Reviewed-by: Mike West <mkwst@chromium.org>
Commit-Queue: Johann Hofmann <johannhof@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1451763}
--
Add infrastructure/
expectations for getting partitioned cookies
--
wpt-commits: 96fbf72775f4339566cf4d46bb83eb93be63970d, 0dbee955eeac3aae83cab630d3b29af2bcd4d3c1
wpt-pr: 52106
Assignee | ||
Comment 4•10 days ago
|
||
wpt-pr: 52106
wpt-type: metadata
Comment 6•9 days ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/b791b4b4b00d
https://hg.mozilla.org/mozilla-central/rev/c8bf001d5a96
Description
•