mirror of
https://github.com/servo/servo
synced 2026-05-11 17:37:21 +02:00
`/cookies/path/match.html` has been broken since Jun 9, 2021
`/cookies/path/match.html` fails because the cookie expiration date is set to a past date. This is [a known issue][1] in WPT.
<cc1f89863c/tests/wpt/web-platform-tests/cookies/resources/set-cookie.py (L22)>
[1]: https://chromium-review.googlesource.com/c/chromium/src/+/2872768
---
- [x] `./mach build -d` does not report any errors
- [x] `./mach test-tidy` does not report any errors
- [x] These changes fix #28492
---
- [ ] There are tests for these changes OR
- [x] These changes do not require tests because they fix tests