Auto merge of #28561 - yvt:test-cookie-expiry, r=jdm

`/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
This commit is contained in:
bors-servo 2021-08-25 14:29:51 -04:00 committed by GitHub
commit 74f1eb199e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,25 @@
[match.html]
[`Set-Cookie` on /cookies/resources/echo-cookie.html sets cookie with path: /]
expected: FAIL
bug: https://chromium-review.googlesource.com/c/chromium/src/+/2872768
[`Set-Cookie` on /cookies/resources/echo-cookie.html sets cookie with path: match.html]
expected: FAIL
bug: https://chromium-review.googlesource.com/c/chromium/src/+/2872768
[`Set-Cookie` on /cookies/resources/echo-cookie.html sets cookie with path: cookies]
expected: FAIL
bug: https://chromium-review.googlesource.com/c/chromium/src/+/2872768
[`Set-Cookie` on /cookies/resources/echo-cookie.html sets cookie with path: /cookies]
expected: FAIL
bug: https://chromium-review.googlesource.com/c/chromium/src/+/2872768
[`Set-Cookie` on /cookies/resources/echo-cookie.html sets cookie with path: /cookies/]
expected: FAIL
bug: https://chromium-review.googlesource.com/c/chromium/src/+/2872768
[`Set-Cookie` on /cookies/resources/echo-cookie.html sets cookie with path: /cookies/resources/echo-cookie.html]
expected: FAIL
bug: https://chromium-review.googlesource.com/c/chromium/src/+/2872768