tests: Reintroduce CookieStore WPT test expectations (#38689)

CookieStore spec graduated from WICG and the test suite in WPT got
renamed to `cookiestore` from `cookie-store`. This readds the baseline
CookieStore expectations in preparation for landing an implementation.

Testing: Reenables tests and readds expectations that were removed.

Signed-off-by: Sebastian C <sebsebmc@gmail.com>
This commit is contained in:
Sebastian C 2025-08-14 15:57:11 -05:00 committed by GitHub
parent 40e57e95b2
commit 027da6580e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
54 changed files with 853 additions and 1 deletions

View file

@ -0,0 +1,13 @@
[httponly_cookies.https.window.html]
expected: ERROR
[HttpOnly cookies are not observed]
expected: FAIL
[HttpOnly cookies can not be set by document.cookie]
expected: FAIL
[HttpOnly cookies can not be set by CookieStore]
expected: FAIL
[HttpOnly cookies are not deleted/overwritten]
expected: FAIL