Set Ready For Review
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Code-Review | +1 |
'Duplicate cookie is not observed.');`Already expired cookie is not observed.`
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
`Already expired cookie is not observed.`
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Exportable changes to web-platform-tests were detected in this CL and a pull request in the upstream repo has been made: https://github.com/web-platform-tests/wpt/pull/57119.
When this CL lands, the bot will automatically merge the PR on GitHub if the required GitHub checks pass; otherwise, ecosystem-infra@ team will triage the failures and may contact you.
WPT Export docs:
https://chromium.googlesource.com/chromium/src/+/main/docs/testing/web_platform_tests.md#Automatic-export-process
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
6 is the latest approved patch-set.
The change was submitted with unreviewed changes in the following files:
```
The name of the file: third_party/blink/web_tests/external/wpt/cookiestore/cookieStore_set_maxAge.https.any.js
Insertions: 1, Deletions: 1.
@@ -40,7 +40,7 @@
await cookieStore.set('alt-cookie', 'IGNORE');
await verifyCookieChangeEvent(
eventPromise, {changed: [{name: 'alt-cookie', value: 'IGNORE'}]},
- 'Duplicate cookie is not observed.');
+ 'Already expired cookie is not observed.');
}, 'cookieStore.set with maxAge set to zero, cookie change event not dispatched');
cookie_test(async testCase => {
```
Add tests for maxAge being 0
Makes sure cookie events are not created and cookies are not written if
the maxAge is set to zero.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
The WPT PR for this CL has been merged upstream! https://github.com/web-platform-tests/wpt/pull/57119
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |