mirror of
https://github.com/servo/servo.git
synced 2025-09-30 00:29:14 +01:00
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:
parent
40e57e95b2
commit
027da6580e
54 changed files with 853 additions and 1 deletions
114
tests/wpt/meta/cookiestore/idlharness.https.any.js.ini
vendored
Normal file
114
tests/wpt/meta/cookiestore/idlharness.https.any.js.ini
vendored
Normal file
|
@ -0,0 +1,114 @@
|
|||
[idlharness.https.any.sharedworker.html]
|
||||
expected: ERROR
|
||||
|
||||
[idlharness.https.any.html]
|
||||
[idl_test setup]
|
||||
expected: FAIL
|
||||
|
||||
[CookieStore interface: existence and properties of interface object]
|
||||
expected: FAIL
|
||||
|
||||
[CookieStore interface object length]
|
||||
expected: FAIL
|
||||
|
||||
[CookieStore interface object name]
|
||||
expected: FAIL
|
||||
|
||||
[CookieStore interface: existence and properties of interface prototype object]
|
||||
expected: FAIL
|
||||
|
||||
[CookieStore interface: existence and properties of interface prototype object's "constructor" property]
|
||||
expected: FAIL
|
||||
|
||||
[CookieStore interface: existence and properties of interface prototype object's @@unscopables property]
|
||||
expected: FAIL
|
||||
|
||||
[CookieStore interface: operation get(USVString)]
|
||||
expected: FAIL
|
||||
|
||||
[CookieStore interface: operation get(optional CookieStoreGetOptions)]
|
||||
expected: FAIL
|
||||
|
||||
[CookieStore interface: operation getAll(USVString)]
|
||||
expected: FAIL
|
||||
|
||||
[CookieStore interface: operation getAll(optional CookieStoreGetOptions)]
|
||||
expected: FAIL
|
||||
|
||||
[CookieStore interface: operation set(USVString, USVString)]
|
||||
expected: FAIL
|
||||
|
||||
[CookieStore interface: operation set(CookieInit)]
|
||||
expected: FAIL
|
||||
|
||||
[CookieStore interface: operation delete(USVString)]
|
||||
expected: FAIL
|
||||
|
||||
[CookieStore interface: operation delete(CookieStoreDeleteOptions)]
|
||||
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
|
||||
|
||||
[Window interface: attribute cookieStore]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[idlharness.https.any.serviceworker.html]
|
||||
expected: ERROR
|
||||
|
||||
[idlharness.https.any.worker.html]
|
Loading…
Add table
Add a link
Reference in a new issue