Add CookieStore pref and add baseline test expectations (#38154)

This adds a preference to control the Cookie Store feature. Also enables
the Cookie Store WPT tests with the preference and adds the expectations
as a baseline. These tests are expected to be failing because we have
not implemented the Cookie Store yet.

Testing: Enables new WPT tests.

---------

Signed-off-by: Sebastian C <sebsebmc@gmail.com>
This commit is contained in:
Sebastian C 2025-07-17 21:21:34 -05:00 committed by GitHub
parent adb804772b
commit d671f58078
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
52 changed files with 800 additions and 4 deletions

10
tests/wpt/include.ini vendored
View file

@ -7,14 +7,16 @@ skip: true
skip: false
[console]
skip: false
[cookies]
skip: false
[samesite]
skip: true
[content-security-policy]
skip: false
[embedded-enforcement]
skip: true
[cookie-store]
skip: false
[cookies]
skip: false
[samesite]
skip: true
[cors]
skip: false
[css]