Closed
Bug 1980917
Opened 6 months ago
Closed 6 months ago
[wpt-sync] Sync PR 54129 - Reduce CookieListItem to only expose name and value
Categories
(Testing :: web-platform-tests, task, P4)
Testing
web-platform-tests
Tracking
(firefox143 fixed)
RESOLVED
FIXED
143 Branch
| Tracking | Status | |
|---|---|---|
| firefox143 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 54129 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/54129
Details from upstream follow.
Anne van Kesteren <annevk@annevk.nl> wrote:
Reduce CookieListItem to only expose name and value
| Assignee | ||
Comment 1•6 months ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=2d32c71ad83e44cdc3b5cc0786c5cc232d346314
| Assignee | ||
Comment 2•6 months ago
|
||
CI Results
Ran 0 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 2 tests and 11 subtests
Status Summary
Firefox
OK : 2
FAIL: 21
Chrome
OK : 2
FAIL: 21
Safari
OK : 2
PASS: 19
FAIL: 2
Links
Details
New Tests That Don't Pass
- /cookiestore/cookieListItem_attributes.https.any.serviceworker.html [wpt.fyi]
- CookieListItem - cookieStore.set defaults with positional name and value:
FAIL(Chrome:FAIL, Safari:PASS) - CookieListItem - cookieStore.set defaults with name and value in options:
FAIL(Chrome:FAIL, Safari:PASS) - CookieListItem - cookieStore.set with expires set to a timestamp 10 years in the future:
FAIL(Chrome:FAIL, Safari:PASS) - CookieListItem - cookieStore.set with expires set to a Date 10 years in the future:
FAIL(Chrome:FAIL, Safari:PASS) - CookieListItem - cookieStore.set with domain set to the current hostname:
FAIL(Chrome:FAIL, Safari:PASS) - CookieListItem - cookieStore.set with path set to the current directory:
FAIL(Chrome:FAIL, Safari:PASS) - CookieListItem - cookieStore.set does not add / to path if it does not end with /:
FAIL(Chrome:FAIL, Safari:PASS) - CookieListItem - cookieStore.set with sameSite set to strict:
FAIL(Chrome:FAIL, Safari:PASS) - CookieListItem - cookieStore.set with sameSite set to lax:
FAIL(Chrome:FAIL, Safari:PASS) - CookieListItem - cookieStore.set with sameSite set to none:
FAIL(Chrome:FAIL, Safari:PASS)
- CookieListItem - cookieStore.set defaults with positional name and value:
- /cookiestore/cookieListItem_attributes.https.window.html [wpt.fyi]
- CookieListItem - cookieStore.set defaults with positional name and value:
FAIL(Chrome:FAIL, Safari:PASS) - CookieListItem - cookieStore.set defaults with name and value in options:
FAIL(Chrome:FAIL, Safari:PASS) - CookieListItem - cookieStore.set with expires set to a timestamp 10 years in the future:
FAIL(Chrome:FAIL, Safari:PASS) - CookieListItem - cookieStore.set with expires set to a Date 10 years in the future:
FAIL(Chrome:FAIL, Safari:PASS) - CookieListItem - cookieStore.set with domain set to the current hostname:
FAIL(Chrome:FAIL, Safari:FAIL) - CookieListItem - cookieStore.set with path set to the current directory:
FAIL(Chrome:FAIL, Safari:PASS) - CookieListItem - cookieStore.set does not add / to path if it does not end with /:
FAIL(Chrome:FAIL, Safari:FAIL) - CookieListItem - cookieStore.set with sameSite set to strict:
FAIL(Chrome:FAIL, Safari:PASS) - CookieListItem - cookieStore.set with sameSite set to lax:
FAIL(Chrome:FAIL, Safari:PASS) - CookieListItem - cookieStore.set with sameSite set to none:
FAIL(Chrome:FAIL, Safari:PASS) - Test max-age attribute over the 400 days:
FAIL(Chrome:FAIL, Safari:PASS)
- CookieListItem - cookieStore.set defaults with positional name and value:
Pushed by wptsync@mozilla.com:
https://github.com/mozilla-firefox/firefox/commit/718046497fc7
https://hg.mozilla.org/integration/autoland/rev/a9ce793255a8
[wpt PR 54129] - Reduce CookieListItem to only expose name and value, a=testonly
https://github.com/mozilla-firefox/firefox/commit/a30934aa1cf0
https://hg.mozilla.org/integration/autoland/rev/c5235c498ed2
[wpt PR 54129] - Update wpt metadata, a=testonly
Comment 4•6 months ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/a9ce793255a8
https://hg.mozilla.org/mozilla-central/rev/c5235c498ed2
Status: NEW → RESOLVED
Closed: 6 months ago
status-firefox143:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 143 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•