зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1471396 [wpt PR 11676] - Update wpt metadata, a=testonly
wpt-pr: 11676 wpt-type: metadata
This commit is contained in:
Родитель
46b4ee604b
Коммит
00c12f863e
|
@ -0,0 +1,28 @@
|
|||
[cookieListItem_attributes.tentative.https.window.html]
|
||||
[CookieListItem - cookieStore.set defaults with positional name and value]
|
||||
expected: FAIL
|
||||
|
||||
[CookieListItem - cookieStore.set defaults with name and value in options]
|
||||
expected: FAIL
|
||||
|
||||
[CookieListItem - cookieStore.set with expires set to a timestamp 10 years in the future]
|
||||
expected: FAIL
|
||||
|
||||
[CookieListItem - cookieStore.set with name and value in options and expires set to a future timestamp]
|
||||
expected: FAIL
|
||||
|
||||
[CookieListItem - cookieStore.set with expires set to a Date 10 years in the future]
|
||||
expected: FAIL
|
||||
|
||||
[CookieListItem - cookieStore.set with name and value in options and expires set to a future Date]
|
||||
expected: FAIL
|
||||
|
||||
[CookieListItem - cookieStore.set with domain set to the current hostname]
|
||||
expected: FAIL
|
||||
|
||||
[CookieListItem - cookieStore.set with path set to the current directory]
|
||||
expected: FAIL
|
||||
|
||||
[CookieListItem - cookieStore.set with secure set to false]
|
||||
expected: FAIL
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
[cookieStore_delete_arguments.tentative.window.html]
|
||||
[cookieStore_delete_arguments.tentative.https.window.html]
|
||||
[cookieStore.delete with positional name]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -20,12 +20,18 @@
|
|||
[cookieStore.delete with domain set to a subdomain of the current hostname]
|
||||
expected: FAIL
|
||||
|
||||
[cookieStore.delete with domain set to a non-domain-matching suffix of the current hostname]
|
||||
expected: FAIL
|
||||
|
||||
[cookieStore.delete with name in options and domain set to the current hostname]
|
||||
expected: FAIL
|
||||
|
||||
[cookieStore.delete with name in options and domain set to a subdomain of the current hostname]
|
||||
expected: FAIL
|
||||
|
||||
[cookieStore.delete with name in options and domain set to a non-domain-matching suffix of the current hostname]
|
||||
expected: FAIL
|
||||
|
||||
[cookieStore.delete with path set to the current directory]
|
||||
expected: FAIL
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
[cookieStore_delete_basic.tentative.window.html]
|
||||
[cookieStore_delete_basic.tentative.https.window.html]
|
||||
[cookieStore.delete return type is Promise<void>]
|
||||
expected: FAIL
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
[cookieStore_event_arguments.tenative.window.html]
|
||||
[cookieStore_event_arguments.tenative.https.window.html]
|
||||
[CookieChangeEvent construction with default arguments]
|
||||
expected: FAIL
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
[cookieStore_event_basic.tentative.window.html]
|
||||
[cookieStore_event_basic.tentative.https.window.html]
|
||||
[cookieStore fires change event for cookie set by cookieStore.set()]
|
||||
expected: FAIL
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
[cookieStore_event_delete.tenative.window.html]
|
||||
[cookieStore_event_delete.tenative.https.window.html]
|
||||
[cookieStore fires change event for cookie deleted by cookieStore.delete()]
|
||||
expected: FAIL
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
[cookieStore_event_overwrite.tentative.window.html]
|
||||
[cookieStore_event_overwrite.tentative.https.window.html]
|
||||
[cookieStore fires change event for cookie overwritten by cookieStore.set()]
|
||||
expected: FAIL
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
[cookieStore_getAll_arguments.tentative.window.html]
|
||||
[cookieStore_getAll_arguments.tentative.https.window.html]
|
||||
[cookieStore.getAll with no arguments]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -14,13 +14,13 @@
|
|||
[cookieStore.getAll with matchType explicitly set to equals]
|
||||
expected: FAIL
|
||||
|
||||
[cookieStore.getAll with matchType set to startsWith]
|
||||
[cookieStore.getAll with matchType set to starts-with]
|
||||
expected: FAIL
|
||||
|
||||
[cookieStore.getAll with invalid matchType]
|
||||
expected: FAIL
|
||||
|
||||
[cookieStore.getAll with matchType set to startsWith and name in options]
|
||||
[cookieStore.getAll with matchType set to starts-with and name in options]
|
||||
expected: FAIL
|
||||
|
||||
[cookieStore.getAll with matchType set to starts-with]
|
|
@ -1,4 +1,4 @@
|
|||
[document_getAll_multiple.tentative.html]
|
||||
[cookieStore_getAll_multiple.tentative.https.window.html]
|
||||
[cookieStore.getAll returns multiple cookies written by cookieStore.set]
|
||||
expected: FAIL
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
[cookieStore_getAll_set_basic.tentative.window.html]
|
||||
[cookieStore_getAll_set_basic.tentative.https.window.html]
|
||||
[cookieStore.getAll returns the cookie written by cookieStore.set]
|
||||
expected: FAIL
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
[cookieStore_get_arguments.tentative.window.html]
|
||||
[cookieStore_get_arguments.tentative.https.window.html]
|
||||
[cookieStore.get with positional name]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -11,13 +11,13 @@
|
|||
[cookieStore.get with matchType explicitly set to equals]
|
||||
expected: FAIL
|
||||
|
||||
[cookieStore.get with matchType set to startsWith]
|
||||
[cookieStore.get with matchType set to starts-with]
|
||||
expected: FAIL
|
||||
|
||||
[cookieStore.get with invalid matchType]
|
||||
expected: FAIL
|
||||
|
||||
[cookieStore.get with matchType set to startsWith and name in options]
|
||||
[cookieStore.get with matchType set to starts-with and name in options]
|
||||
expected: FAIL
|
||||
|
||||
[cookieStore.get with matchType set to starts-with]
|
|
@ -1,4 +1,4 @@
|
|||
[cookieStore_get_delete_basic.tentative.window.html]
|
||||
[cookieStore_get_delete_basic.tentative.https.window.html]
|
||||
[cookieStore.get returns null for a cookie deleted by cookieStore.delete]
|
||||
expected: FAIL
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
[cookieStore_get_set_basic.tentative.window.html]
|
||||
[cookieStore_get_set_basic.tentative.https.window.html]
|
||||
[cookieStore.get returns the cookie written by cookieStore.set]
|
||||
expected: FAIL
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
[cookieStore_in_detached_frame.tentative.html]
|
||||
[cookieStore_in_detached_frame.tentative.https.html]
|
||||
[cookieStore on DOMWindow of detached iframe (crbug.com/774626)]
|
||||
expected: FAIL
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
[cookieStore_set_arguments.tentative.window.html]
|
||||
[cookieStore_set_arguments.tentative.https.window.html]
|
||||
[cookieStore.set with positional name and value]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -11,10 +11,16 @@
|
|||
[cookieStore.set with value in both positional arguments and options]
|
||||
expected: FAIL
|
||||
|
||||
[cookieStore.set with expires in the future]
|
||||
[cookieStore.set with expires set to a future timestamp]
|
||||
expected: FAIL
|
||||
|
||||
[cookieStore.set with expires in the past]
|
||||
[cookieStore.set with expires set to a past timestamp]
|
||||
expected: FAIL
|
||||
|
||||
[cookieStore.set with expires set to a future Date]
|
||||
expected: FAIL
|
||||
|
||||
[cookieStore.set with expires set to a past Date]
|
||||
expected: FAIL
|
||||
|
||||
[cookieStore.set with name and value in options and expires in the future]
|
||||
|
@ -29,7 +35,10 @@
|
|||
[cookieStore.set with domain set to a subdomain of the current hostname]
|
||||
expected: FAIL
|
||||
|
||||
[cookieStore.set default domain is current hostname]
|
||||
[cookieStore.set with domain set to a non-domain-matching suffix of the current hostname]
|
||||
expected: FAIL
|
||||
|
||||
[cookieStore.set default domain is null and differs from current hostname]
|
||||
expected: FAIL
|
||||
|
||||
[cookieStore.set with path set to the current directory]
|
|
@ -1,10 +0,0 @@
|
|||
[cookieStore_set_expires_option.tentative.window.html]
|
||||
[cookieStore.set with expires option: Date object]
|
||||
expected: FAIL
|
||||
|
||||
[cookieStore.set with expires option: milliseconds since epoch object]
|
||||
expected: FAIL
|
||||
|
||||
[cookieStore.set with expires option: HTTP date string]
|
||||
expected: FAIL
|
||||
|
|
@ -1,43 +0,0 @@
|
|||
[cookieStore_special_names.tentative.html]
|
||||
[cookieStore.set with __Secure- name on insecure origin]
|
||||
expected: FAIL
|
||||
|
||||
[cookieStore.set with __Host- name on insecure origin]
|
||||
expected: FAIL
|
||||
|
||||
[cookieStore.delete with __Secure- name on insecure origin]
|
||||
expected: FAIL
|
||||
|
||||
[cookieStore.delete with __Host- name on insecure origin]
|
||||
expected: FAIL
|
||||
|
||||
[cookieStore.set with __Secure- name on non-secure origin]
|
||||
expected: FAIL
|
||||
|
||||
[cookieStore.set of expired __Secure- cookie on non-secure origin]
|
||||
expected: FAIL
|
||||
|
||||
[cookieStore.get with __Secure- name on non-secure origin]
|
||||
expected: FAIL
|
||||
|
||||
[cookieStore.getAll with __Secure- name on non-secure origin]
|
||||
expected: FAIL
|
||||
|
||||
[cookieStore.delete with __Secure- name on non-secure origin]
|
||||
expected: FAIL
|
||||
|
||||
[cookieStore.set with __Host- name on non-secure origin]
|
||||
expected: FAIL
|
||||
|
||||
[cookieStore.set of expired __Host- cookie on non-secure origin]
|
||||
expected: FAIL
|
||||
|
||||
[cookieStore.get with __Host- name on non-secure origin]
|
||||
expected: FAIL
|
||||
|
||||
[cookieStore.getAll with __Host- name on non-secure origin]
|
||||
expected: FAIL
|
||||
|
||||
[cookieStore.delete with __Host- name on non-secure origin]
|
||||
expected: FAIL
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
[cookieStore_special_names.tentative.https.html]
|
||||
[cookieStore_special_names.tentative.https.window.html]
|
||||
[cookieStore.set with __Secure- name on secure origin]
|
||||
expected: FAIL
|
||||
|
|
@ -1,19 +0,0 @@
|
|||
[document_cookie.tentative.html]
|
||||
[Cookie Store Tests (testDocumentCookie)]
|
||||
expected: FAIL
|
||||
|
||||
[Verify interoperability of document.cookie with other APIs.]
|
||||
expected: FAIL
|
||||
|
||||
[document.cookie set/overwrite/delete observed by CookieStore]
|
||||
expected: FAIL
|
||||
|
||||
[CookieStore set/overwrite/delete observed by document.cookie]
|
||||
expected: FAIL
|
||||
|
||||
[CookieStore agrees with document.cookie on encoding non-ASCII cookies]
|
||||
expected: FAIL
|
||||
|
||||
[document.cookie agrees with CookieStore on encoding non-ASCII cookies]
|
||||
expected: FAIL
|
||||
|
|
@ -1,28 +0,0 @@
|
|||
[http_cookie_and_set_cookie_headers.tentative.html]
|
||||
[Cookie Store Tests (testHttpCookieAndSetCookieHeaders)]
|
||||
expected: FAIL
|
||||
|
||||
[Interoperability of HTTP Set-Cookie: with other APIs]
|
||||
expected: FAIL
|
||||
|
||||
[HttpOnly cookies are not observed]
|
||||
expected: FAIL
|
||||
|
||||
[Binary HTTP cookies]
|
||||
expected: FAIL
|
||||
|
||||
[HTTP set/overwrite/delete observed in CookieStore]
|
||||
expected: FAIL
|
||||
|
||||
[CookieStore set/overwrite/delete observed in HTTP headers]
|
||||
expected: FAIL
|
||||
|
||||
[Binary HTTP set/overwrite/delete observed in CookieStore]
|
||||
expected: FAIL
|
||||
|
||||
[CookieStore agreed with HTTP headers agree on encoding non-ASCII cookies]
|
||||
expected: FAIL
|
||||
|
||||
[HTTP headers agreed with CookieStore on encoding non-ASCII cookies]
|
||||
expected: FAIL
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
[httponly_cookies.window.html]
|
||||
[httponly_cookies.https.window.html]
|
||||
[HttpOnly cookies are not observed]
|
||||
expected: FAIL
|
||||
|
|
@ -1,121 +1,7 @@
|
|||
[idlharness.tentative.html]
|
||||
[idlharness.tentative.https.html]
|
||||
[Window interface: attribute cookieStore]
|
||||
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: operation getAll(USVString, CookieStoreGetOptions)]
|
||||
expected: FAIL
|
||||
|
||||
[CookieStore interface: operation getAll(CookieStoreGetOptions)]
|
||||
expected: FAIL
|
||||
|
||||
[CookieStore interface: operation get(USVString, CookieStoreGetOptions)]
|
||||
expected: FAIL
|
||||
|
||||
[CookieStore interface: operation get(CookieStoreGetOptions)]
|
||||
expected: FAIL
|
||||
|
||||
[CookieStore interface: operation has(USVString, CookieStoreGetOptions)]
|
||||
expected: FAIL
|
||||
|
||||
[CookieStore interface: operation has(CookieStoreGetOptions)]
|
||||
expected: FAIL
|
||||
|
||||
[CookieStore interface: operation set(USVString, USVString, CookieStoreSetOptions)]
|
||||
expected: FAIL
|
||||
|
||||
[CookieStore interface: operation set(CookieStoreSetOptions)]
|
||||
expected: FAIL
|
||||
|
||||
[CookieStore interface: operation delete(USVString, CookieStoreSetOptions)]
|
||||
expected: FAIL
|
||||
|
||||
[CookieStore interface: operation delete(CookieStoreSetOptions)]
|
||||
expected: FAIL
|
||||
|
||||
[CookieStore must be primary interface of undefined]
|
||||
expected: FAIL
|
||||
|
||||
[Stringification of undefined]
|
||||
expected: FAIL
|
||||
|
||||
[CookieStore interface: undefined must inherit property "getAll(USVString, CookieStoreGetOptions)" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[CookieStore interface: calling getAll(USVString, CookieStoreGetOptions) on undefined with too few arguments must throw TypeError]
|
||||
expected: FAIL
|
||||
|
||||
[CookieStore interface: undefined must inherit property "getAll(CookieStoreGetOptions)" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[CookieStore interface: calling getAll(CookieStoreGetOptions) on undefined with too few arguments must throw TypeError]
|
||||
expected: FAIL
|
||||
|
||||
[CookieStore interface: undefined must inherit property "get(USVString, CookieStoreGetOptions)" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[CookieStore interface: calling get(USVString, CookieStoreGetOptions) on undefined with too few arguments must throw TypeError]
|
||||
expected: FAIL
|
||||
|
||||
[CookieStore interface: undefined must inherit property "get(CookieStoreGetOptions)" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[CookieStore interface: calling get(CookieStoreGetOptions) on undefined with too few arguments must throw TypeError]
|
||||
expected: FAIL
|
||||
|
||||
[CookieStore interface: undefined must inherit property "has(USVString, CookieStoreGetOptions)" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[CookieStore interface: calling has(USVString, CookieStoreGetOptions) on undefined with too few arguments must throw TypeError]
|
||||
expected: FAIL
|
||||
|
||||
[CookieStore interface: undefined must inherit property "has(CookieStoreGetOptions)" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[CookieStore interface: calling has(CookieStoreGetOptions) on undefined with too few arguments must throw TypeError]
|
||||
expected: FAIL
|
||||
|
||||
[CookieStore interface: undefined must inherit property "set(USVString, USVString, CookieStoreSetOptions)" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[CookieStore interface: calling set(USVString, USVString, CookieStoreSetOptions) on undefined with too few arguments must throw TypeError]
|
||||
expected: FAIL
|
||||
|
||||
[CookieStore interface: undefined must inherit property "set(CookieStoreSetOptions)" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[CookieStore interface: calling set(CookieStoreSetOptions) on undefined with too few arguments must throw TypeError]
|
||||
expected: FAIL
|
||||
|
||||
[CookieStore interface: undefined must inherit property "delete(USVString, CookieStoreSetOptions)" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[CookieStore interface: calling delete(USVString, CookieStoreSetOptions) on undefined with too few arguments must throw TypeError]
|
||||
expected: FAIL
|
||||
|
||||
[CookieStore interface: undefined must inherit property "delete(CookieStoreSetOptions)" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[CookieStore interface: calling delete(CookieStoreSetOptions) on undefined with too few arguments must throw TypeError]
|
||||
expected: FAIL
|
||||
|
||||
[CookieStore interface: existence and properties of interface prototype object's @@unscopables property]
|
||||
expected: FAIL
|
||||
|
||||
[CookieChangeEvent interface: existence and properties of interface object]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -152,6 +38,48 @@
|
|||
[CookieChangeEvent interface: new CookieChangeEvent('change') must inherit property "deleted" with the proper type]
|
||||
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 getAll(USVString, CookieStoreGetOptions)]
|
||||
expected: FAIL
|
||||
|
||||
[CookieStore interface: operation getAll(CookieStoreGetOptions)]
|
||||
expected: FAIL
|
||||
|
||||
[CookieStore interface: operation get(USVString, CookieStoreGetOptions)]
|
||||
expected: FAIL
|
||||
|
||||
[CookieStore interface: operation get(CookieStoreGetOptions)]
|
||||
expected: FAIL
|
||||
|
||||
[CookieStore interface: operation set(USVString, USVString, CookieStoreSetOptions)]
|
||||
expected: FAIL
|
||||
|
||||
[CookieStore interface: operation set(CookieStoreSetOptions)]
|
||||
expected: FAIL
|
||||
|
||||
[CookieStore interface: operation delete(USVString, CookieStoreSetOptions)]
|
||||
expected: FAIL
|
||||
|
||||
[CookieStore interface: operation delete(CookieStoreSetOptions)]
|
||||
expected: FAIL
|
||||
|
||||
[CookieStore interface: member subscribeToChanges]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -191,18 +119,6 @@
|
|||
[CookieStore interface: calling get(CookieStoreGetOptions) on self.cookieStore with too few arguments must throw TypeError]
|
||||
expected: FAIL
|
||||
|
||||
[CookieStore interface: self.cookieStore must inherit property "has(USVString, CookieStoreGetOptions)" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[CookieStore interface: calling has(USVString, CookieStoreGetOptions) on self.cookieStore with too few arguments must throw TypeError]
|
||||
expected: FAIL
|
||||
|
||||
[CookieStore interface: self.cookieStore must inherit property "has(CookieStoreGetOptions)" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[CookieStore interface: calling has(CookieStoreGetOptions) on self.cookieStore with too few arguments must throw TypeError]
|
||||
expected: FAIL
|
||||
|
||||
[CookieStore interface: self.cookieStore must inherit property "set(USVString, USVString, CookieStoreSetOptions)" with the proper type]
|
||||
expected: FAIL
|
||||
|
|
@ -1,7 +0,0 @@
|
|||
[no_name_and_no_value.tentative.html]
|
||||
[Cookie Store Tests (testNoNameAndNoValue)]
|
||||
expected: FAIL
|
||||
|
||||
[Verify behavior of no-name and no-value cookies.]
|
||||
expected: FAIL
|
||||
|
|
@ -1,7 +0,0 @@
|
|||
[no_name_equals_in_value.tentative.html]
|
||||
[Cookie Store Tests (testNoNameEqualsInValue)]
|
||||
expected: FAIL
|
||||
|
||||
[Verify that attempting to set a cookie with no name and with '=' in the value does not work.]
|
||||
expected: FAIL
|
||||
|
|
@ -1,7 +0,0 @@
|
|||
[no_name_multiple_values.tentative.html]
|
||||
[Cookie Store Tests (testNoNameMultipleValues)]
|
||||
expected: FAIL
|
||||
|
||||
[Verify behavior of multiple no-name cookies]
|
||||
expected: FAIL
|
||||
|
|
@ -14,3 +14,6 @@
|
|||
[cookieStore.has returns false for cookie deleted by cookieStore.delete()]
|
||||
expected: FAIL
|
||||
|
||||
[cookieStore.delete return type is Promise<void>]
|
||||
expected: FAIL
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче