mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
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:
commit
74f1eb199e
1 changed files with 25 additions and 0 deletions
25
tests/wpt/metadata/cookies/path/match.html.ini
Normal file
25
tests/wpt/metadata/cookies/path/match.html.ini
Normal 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
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue