servo/tests/wpt/meta/cookiestore/idlharness.https.any.js.ini
Sebastian C b869b7eb96
script: initial CookieStore implementation (#37968)
This is a first draft at implementing the required infrastructure for
CookieStore, which requires setting up IPC between script and the
resource thread to allow for async/"in parallel" handling of cookie
changes that have a promise API.

Cookie Store also will need to receive change events when cookies for a
url are changed so the architecture needs to support that.

Expect this PR to be reworked once the architecture becomes more
settled, cookie change events will be implemented in follow up PRs

Testing: WPT tests exist for this API
Part of #37674

---------

Signed-off-by: Sebastian C <sebsebmc@gmail.com>
2025-08-21 01:00:24 +00:00

69 lines
2 KiB
INI
Vendored

[idlharness.https.any.sharedworker.html]
expected: ERROR
[idlharness.https.any.html]
[idl_test setup]
expected: FAIL
[CookieStore interface: attribute onchange]
expected: FAIL
[CookieStoreManager interface: existence and properties of interface object]
expected: FAIL
[CookieStoreManager interface object length]
expected: FAIL
[CookieStoreManager interface object name]
expected: FAIL
[CookieStoreManager interface: existence and properties of interface prototype object]
expected: FAIL
[CookieStoreManager interface: existence and properties of interface prototype object's "constructor" property]
expected: FAIL
[CookieStoreManager interface: existence and properties of interface prototype object's @@unscopables property]
expected: FAIL
[CookieStoreManager interface: operation subscribe(sequence<CookieStoreGetOptions>)]
expected: FAIL
[CookieStoreManager interface: operation getSubscriptions()]
expected: FAIL
[CookieStoreManager interface: operation unsubscribe(sequence<CookieStoreGetOptions>)]
expected: FAIL
[CookieChangeEvent interface: existence and properties of interface object]
expected: FAIL
[CookieChangeEvent interface object length]
expected: FAIL
[CookieChangeEvent interface object name]
expected: FAIL
[CookieChangeEvent interface: existence and properties of interface prototype object]
expected: FAIL
[CookieChangeEvent interface: existence and properties of interface prototype object's "constructor" property]
expected: FAIL
[CookieChangeEvent interface: existence and properties of interface prototype object's @@unscopables property]
expected: FAIL
[CookieChangeEvent interface: attribute changed]
expected: FAIL
[CookieChangeEvent interface: attribute deleted]
expected: FAIL
[ServiceWorkerRegistration interface: attribute cookies]
expected: FAIL
[idlharness.https.any.serviceworker.html]
expected: ERROR
[idlharness.https.any.worker.html]