Enable service worker WPT tests. (#36221)

Signed-off-by: Josh Matthews <josh@joshmatthews.net>
This commit is contained in:
Josh Matthews 2025-03-31 04:31:24 -04:00 committed by GitHub
parent 5f4624d8d5
commit ee95ef53fb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
314 changed files with 5348 additions and 35 deletions

View file

@ -0,0 +1,65 @@
[cache-abort.https.any.html]
expected: ERROR
[put() on an already-aborted request should reject with AbortError]
expected: FAIL
[put() synchronously followed by abort should reject with AbortError]
expected: NOTRUN
[put() followed by abort after headers received should reject with AbortError]
expected: NOTRUN
[add() on an already-aborted request should reject with AbortError]
expected: NOTRUN
[add() synchronously followed by abort should reject with AbortError]
expected: NOTRUN
[add() followed by abort after headers received should reject with AbortError]
expected: NOTRUN
[addAll() on an already-aborted request should reject with AbortError]
expected: NOTRUN
[addAll() synchronously followed by abort should reject with AbortError]
expected: NOTRUN
[addAll() followed by abort after headers received should reject with AbortError]
expected: NOTRUN
[cache-abort.https.any.worker.html]
expected: ERROR
[put() on an already-aborted request should reject with AbortError]
expected: FAIL
[put() synchronously followed by abort should reject with AbortError]
expected: NOTRUN
[put() followed by abort after headers received should reject with AbortError]
expected: NOTRUN
[add() on an already-aborted request should reject with AbortError]
expected: NOTRUN
[add() synchronously followed by abort should reject with AbortError]
expected: NOTRUN
[add() followed by abort after headers received should reject with AbortError]
expected: NOTRUN
[addAll() on an already-aborted request should reject with AbortError]
expected: NOTRUN
[addAll() synchronously followed by abort should reject with AbortError]
expected: NOTRUN
[addAll() followed by abort after headers received should reject with AbortError]
expected: NOTRUN
[cache-abort.https.any.sharedworker.html]
expected: ERROR
[cache-abort.https.any.serviceworker.html]
expected: ERROR

View file

@ -0,0 +1,142 @@
[cache-add.https.any.worker.html]
expected: ERROR
[Cache.add called with no arguments]
expected: FAIL
[Cache.add called with relative URL specified as a string]
expected: NOTRUN
[Cache.add called with non-HTTP/HTTPS URL]
expected: NOTRUN
[Cache.add called with Request object]
expected: NOTRUN
[Cache.add called with POST request]
expected: NOTRUN
[Cache.add called twice with the same Request object]
expected: NOTRUN
[Cache.add with request with null body (not consumed)]
expected: NOTRUN
[Cache.add with 206 response]
expected: NOTRUN
[Cache.addAll with 206 response]
expected: NOTRUN
[Cache.addAll with opaque-filtered 206 response]
expected: NOTRUN
[Cache.add with request that results in a status of 404]
expected: NOTRUN
[Cache.add with request that results in a status of 500]
expected: NOTRUN
[Cache.addAll with no arguments]
expected: NOTRUN
[Cache.addAll with a mix of valid and undefined arguments]
expected: NOTRUN
[Cache.addAll with an empty array]
expected: NOTRUN
[Cache.addAll with string URL arguments]
expected: NOTRUN
[Cache.addAll with Request arguments]
expected: NOTRUN
[Cache.addAll with a mix of succeeding and failing requests]
expected: NOTRUN
[Cache.addAll called with the same Request object specified twice]
expected: NOTRUN
[Cache.addAll should succeed when entries differ by vary header]
expected: NOTRUN
[Cache.addAll should reject when entries are duplicate by vary header]
expected: NOTRUN
[Cache.addAll should reject when one entry has a vary header matching another entry]
expected: NOTRUN
[cache-add.https.any.sharedworker.html]
expected: ERROR
[cache-add.https.any.serviceworker.html]
expected: ERROR
[cache-add.https.any.html]
expected: ERROR
[Cache.add called with no arguments]
expected: FAIL
[Cache.add called with relative URL specified as a string]
expected: NOTRUN
[Cache.add called with non-HTTP/HTTPS URL]
expected: NOTRUN
[Cache.add called with Request object]
expected: NOTRUN
[Cache.add called with POST request]
expected: NOTRUN
[Cache.add called twice with the same Request object]
expected: NOTRUN
[Cache.add with request with null body (not consumed)]
expected: NOTRUN
[Cache.add with 206 response]
expected: NOTRUN
[Cache.addAll with 206 response]
expected: NOTRUN
[Cache.addAll with opaque-filtered 206 response]
expected: NOTRUN
[Cache.add with request that results in a status of 404]
expected: NOTRUN
[Cache.add with request that results in a status of 500]
expected: NOTRUN
[Cache.addAll with no arguments]
expected: NOTRUN
[Cache.addAll with a mix of valid and undefined arguments]
expected: NOTRUN
[Cache.addAll with an empty array]
expected: NOTRUN
[Cache.addAll with string URL arguments]
expected: NOTRUN
[Cache.addAll with Request arguments]
expected: NOTRUN
[Cache.addAll with a mix of succeeding and failing requests]
expected: NOTRUN
[Cache.addAll called with the same Request object specified twice]
expected: NOTRUN
[Cache.addAll should succeed when entries differ by vary header]
expected: NOTRUN
[Cache.addAll should reject when entries are duplicate by vary header]
expected: NOTRUN
[Cache.addAll should reject when one entry has a vary header matching another entry]
expected: NOTRUN

View file

@ -0,0 +1,58 @@
[cache-delete.https.any.serviceworker.html]
expected: ERROR
[cache-delete.https.any.worker.html]
expected: ERROR
[Cache.delete with no arguments]
expected: FAIL
[Cache.delete called with a string URL]
expected: NOTRUN
[Cache.delete called with a Request object]
expected: NOTRUN
[Cache.delete called with a HEAD request]
expected: NOTRUN
[Cache.delete supports ignoreVary]
expected: NOTRUN
[Cache.delete with a non-existent entry]
expected: NOTRUN
[Cache.delete with ignoreSearch option (request with search parameters)]
expected: NOTRUN
[Cache.delete with ignoreSearch option (when it is specified as false)]
expected: NOTRUN
[cache-delete.https.any.sharedworker.html]
expected: ERROR
[cache-delete.https.any.html]
expected: ERROR
[Cache.delete with no arguments]
expected: FAIL
[Cache.delete called with a string URL]
expected: NOTRUN
[Cache.delete called with a Request object]
expected: NOTRUN
[Cache.delete called with a HEAD request]
expected: NOTRUN
[Cache.delete supports ignoreVary]
expected: NOTRUN
[Cache.delete with a non-existent entry]
expected: NOTRUN
[Cache.delete with ignoreSearch option (request with search parameters)]
expected: NOTRUN
[Cache.delete with ignoreSearch option (when it is specified as false)]
expected: NOTRUN

View file

@ -0,0 +1,6 @@
[cache-keys-attributes-for-service-worker.https.html]
[Request.IsReloadNavigation should persist.]
expected: FAIL
[Request.IsHistoryNavigation should persist.]
expected: FAIL

View file

@ -0,0 +1,106 @@
[cache-keys.https.any.sharedworker.html]
expected: ERROR
[cache-keys.https.any.serviceworker.html]
expected: ERROR
[cache-keys.https.any.worker.html]
expected: ERROR
[Cache.keys() called on an empty cache]
expected: FAIL
[Cache.keys with no matching entries]
expected: NOTRUN
[Cache.keys with URL]
expected: NOTRUN
[Cache.keys with Request]
expected: NOTRUN
[Cache.keys with new Request]
expected: NOTRUN
[Cache.keys with ignoreSearch option (request with no search parameters)]
expected: NOTRUN
[Cache.keys with ignoreSearch option (request with search parameters)]
expected: NOTRUN
[Cache.keys supports ignoreMethod]
expected: NOTRUN
[Cache.keys supports ignoreVary]
expected: NOTRUN
[Cache.keys with URL containing fragment]
expected: NOTRUN
[Cache.keys with string fragment "http" as query]
expected: NOTRUN
[Cache.keys without parameters]
expected: NOTRUN
[Cache.keys with explicitly undefined request]
expected: NOTRUN
[Cache.keys with explicitly undefined request and empty options]
expected: NOTRUN
[Cache.keys without parameters and VARY entries]
expected: NOTRUN
[Cache.keys with a HEAD Request]
expected: NOTRUN
[cache-keys.https.any.html]
expected: ERROR
[Cache.keys() called on an empty cache]
expected: FAIL
[Cache.keys with no matching entries]
expected: NOTRUN
[Cache.keys with URL]
expected: NOTRUN
[Cache.keys with Request]
expected: NOTRUN
[Cache.keys with new Request]
expected: NOTRUN
[Cache.keys with ignoreSearch option (request with no search parameters)]
expected: NOTRUN
[Cache.keys with ignoreSearch option (request with search parameters)]
expected: NOTRUN
[Cache.keys supports ignoreMethod]
expected: NOTRUN
[Cache.keys supports ignoreVary]
expected: NOTRUN
[Cache.keys with URL containing fragment]
expected: NOTRUN
[Cache.keys with string fragment "http" as query]
expected: NOTRUN
[Cache.keys without parameters]
expected: NOTRUN
[Cache.keys with explicitly undefined request]
expected: NOTRUN
[Cache.keys with explicitly undefined request and empty options]
expected: NOTRUN
[Cache.keys without parameters and VARY entries]
expected: NOTRUN
[Cache.keys with a HEAD Request]
expected: NOTRUN

View file

@ -0,0 +1,160 @@
[cache-match.https.any.sharedworker.html]
expected: ERROR
[cache-match.https.any.serviceworker.html]
expected: ERROR
[cache-match.https.any.html]
expected: ERROR
[Cache.match with no matching entries]
expected: FAIL
[Cache.match with URL]
expected: NOTRUN
[Cache.match with Request]
expected: NOTRUN
[Cache.match with multiple cache hits]
expected: NOTRUN
[Cache.match with new Request]
expected: NOTRUN
[Cache.match with HEAD]
expected: NOTRUN
[Cache.match with ignoreSearch option (request with no search parameters)]
expected: NOTRUN
[Cache.match with ignoreSearch option (request with search parameter)]
expected: NOTRUN
[Cache.match supports ignoreMethod]
expected: NOTRUN
[Cache.match supports ignoreVary]
expected: NOTRUN
[Cache.match does not support cacheName option]
expected: NOTRUN
[Cache.match with URL containing fragment]
expected: NOTRUN
[Cache.match with string fragment "http" as query]
expected: NOTRUN
[Cache.match with responses containing "Vary" header]
expected: NOTRUN
[Cache.match with Request and Response objects with different URLs]
expected: NOTRUN
[Cache.match invoked multiple times for the same Request/Response]
expected: NOTRUN
[Cache.match blob should be sliceable]
expected: NOTRUN
[Cache.match with POST Request]
expected: NOTRUN
[Cache.match with a non-2xx Response]
expected: NOTRUN
[Cache.match with a network error Response]
expected: NOTRUN
[Cache produces large Responses that can be cloned and read correctly.]
expected: NOTRUN
[cors-exposed header should be stored correctly.]
expected: NOTRUN
[MIME type should be set from content-header correctly.]
expected: NOTRUN
[MIME type should reflect Content-Type headers of response.]
expected: NOTRUN
[Cache.match ignores vary headers on opaque response.]
expected: NOTRUN
[cache-match.https.any.worker.html]
expected: ERROR
[Cache.match with no matching entries]
expected: FAIL
[Cache.match with URL]
expected: NOTRUN
[Cache.match with Request]
expected: NOTRUN
[Cache.match with multiple cache hits]
expected: NOTRUN
[Cache.match with new Request]
expected: NOTRUN
[Cache.match with HEAD]
expected: NOTRUN
[Cache.match with ignoreSearch option (request with no search parameters)]
expected: NOTRUN
[Cache.match with ignoreSearch option (request with search parameter)]
expected: NOTRUN
[Cache.match supports ignoreMethod]
expected: NOTRUN
[Cache.match supports ignoreVary]
expected: NOTRUN
[Cache.match does not support cacheName option]
expected: NOTRUN
[Cache.match with URL containing fragment]
expected: NOTRUN
[Cache.match with string fragment "http" as query]
expected: NOTRUN
[Cache.match with responses containing "Vary" header]
expected: NOTRUN
[Cache.match with Request and Response objects with different URLs]
expected: NOTRUN
[Cache.match invoked multiple times for the same Request/Response]
expected: NOTRUN
[Cache.match blob should be sliceable]
expected: NOTRUN
[Cache.match with POST Request]
expected: NOTRUN
[Cache.match with a non-2xx Response]
expected: NOTRUN
[Cache.match with a network error Response]
expected: NOTRUN
[Cache produces large Responses that can be cloned and read correctly.]
expected: NOTRUN
[cors-exposed header should be stored correctly.]
expected: NOTRUN
[MIME type should be set from content-header correctly.]
expected: NOTRUN
[MIME type should reflect Content-Type headers of response.]
expected: NOTRUN
[Cache.match ignores vary headers on opaque response.]
expected: NOTRUN

View file

@ -0,0 +1,106 @@
[cache-matchAll.https.any.serviceworker.html]
expected: ERROR
[cache-matchAll.https.any.worker.html]
expected: ERROR
[Cache.matchAll with no matching entries]
expected: FAIL
[Cache.matchAll with URL]
expected: NOTRUN
[Cache.matchAll with Request]
expected: NOTRUN
[Cache.matchAll with new Request]
expected: NOTRUN
[Cache.matchAll with HEAD]
expected: NOTRUN
[Cache.matchAll with ignoreSearch option (request with no search parameters)]
expected: NOTRUN
[Cache.matchAll with ignoreSearch option (request with search parameters)]
expected: NOTRUN
[Cache.matchAll supports ignoreMethod]
expected: NOTRUN
[Cache.matchAll supports ignoreVary]
expected: NOTRUN
[Cache.matchAll with URL containing fragment]
expected: NOTRUN
[Cache.matchAll with string fragment "http" as query]
expected: NOTRUN
[Cache.matchAll without parameters]
expected: NOTRUN
[Cache.matchAll with explicitly undefined request]
expected: NOTRUN
[Cache.matchAll with explicitly undefined request and empty options]
expected: NOTRUN
[Cache.matchAll with responses containing "Vary" header]
expected: NOTRUN
[Cache.matchAll with multiple vary pairs]
expected: NOTRUN
[cache-matchAll.https.any.sharedworker.html]
expected: ERROR
[cache-matchAll.https.any.html]
expected: ERROR
[Cache.matchAll with no matching entries]
expected: FAIL
[Cache.matchAll with URL]
expected: NOTRUN
[Cache.matchAll with Request]
expected: NOTRUN
[Cache.matchAll with new Request]
expected: NOTRUN
[Cache.matchAll with HEAD]
expected: NOTRUN
[Cache.matchAll with ignoreSearch option (request with no search parameters)]
expected: NOTRUN
[Cache.matchAll with ignoreSearch option (request with search parameters)]
expected: NOTRUN
[Cache.matchAll supports ignoreMethod]
expected: NOTRUN
[Cache.matchAll supports ignoreVary]
expected: NOTRUN
[Cache.matchAll with URL containing fragment]
expected: NOTRUN
[Cache.matchAll with string fragment "http" as query]
expected: NOTRUN
[Cache.matchAll without parameters]
expected: NOTRUN
[Cache.matchAll with explicitly undefined request]
expected: NOTRUN
[Cache.matchAll with explicitly undefined request and empty options]
expected: NOTRUN
[Cache.matchAll with responses containing "Vary" header]
expected: NOTRUN
[Cache.matchAll with multiple vary pairs]
expected: NOTRUN

View file

@ -0,0 +1,172 @@
[cache-put.https.any.sharedworker.html]
expected: ERROR
[cache-put.https.any.html]
expected: ERROR
[Cache.put called with simple Request and Response]
expected: FAIL
[Cache.put called with Request and Response from fetch()]
expected: NOTRUN
[Cache.put with Request without a body]
expected: NOTRUN
[Cache.put with Response without a body]
expected: NOTRUN
[Cache.put with a Response containing an empty URL]
expected: NOTRUN
[Cache.put with an empty response body]
expected: NOTRUN
[Cache.put with synthetic 206 response]
expected: NOTRUN
[Cache.put with HTTP 206 response]
expected: NOTRUN
[Cache.put with opaque-filtered HTTP 206 response]
expected: NOTRUN
[Cache.put with HTTP 500 response]
expected: NOTRUN
[Cache.put called twice with matching Requests and different Responses]
expected: NOTRUN
[Cache.put called multiple times with request URLs that differ only by a fragment]
expected: NOTRUN
[Cache.put with a string request]
expected: NOTRUN
[Cache.put with an invalid response]
expected: NOTRUN
[Cache.put with a non-HTTP/HTTPS request]
expected: NOTRUN
[Cache.put with a relative URL]
expected: NOTRUN
[Cache.put with a non-GET request]
expected: NOTRUN
[Cache.put with a null response]
expected: NOTRUN
[Cache.put with a POST request]
expected: NOTRUN
[Cache.put with a used response body]
expected: NOTRUN
[getReader() after Cache.put]
expected: NOTRUN
[Cache.put with a VARY:* Response]
expected: NOTRUN
[Cache.put with an embedded VARY:* Response]
expected: NOTRUN
[Cache.put with a VARY:* opaque response should not reject]
expected: NOTRUN
[Cache.put should store Response.redirect() correctly]
expected: NOTRUN
[Cache.put called with simple Request and blob Response]
expected: NOTRUN
[Cache.put called with simple Request and form data Response]
expected: NOTRUN
[cache-put.https.any.serviceworker.html]
expected: ERROR
[cache-put.https.any.worker.html]
expected: ERROR
[Cache.put called with simple Request and Response]
expected: FAIL
[Cache.put called with Request and Response from fetch()]
expected: NOTRUN
[Cache.put with Request without a body]
expected: NOTRUN
[Cache.put with Response without a body]
expected: NOTRUN
[Cache.put with a Response containing an empty URL]
expected: NOTRUN
[Cache.put with an empty response body]
expected: NOTRUN
[Cache.put with synthetic 206 response]
expected: NOTRUN
[Cache.put with HTTP 206 response]
expected: NOTRUN
[Cache.put with opaque-filtered HTTP 206 response]
expected: NOTRUN
[Cache.put with HTTP 500 response]
expected: NOTRUN
[Cache.put called twice with matching Requests and different Responses]
expected: NOTRUN
[Cache.put called multiple times with request URLs that differ only by a fragment]
expected: NOTRUN
[Cache.put with a string request]
expected: NOTRUN
[Cache.put with an invalid response]
expected: NOTRUN
[Cache.put with a non-HTTP/HTTPS request]
expected: NOTRUN
[Cache.put with a relative URL]
expected: NOTRUN
[Cache.put with a non-GET request]
expected: NOTRUN
[Cache.put with a null response]
expected: NOTRUN
[Cache.put with a POST request]
expected: NOTRUN
[Cache.put with a used response body]
expected: NOTRUN
[getReader() after Cache.put]
expected: NOTRUN
[Cache.put with a VARY:* Response]
expected: NOTRUN
[Cache.put with an embedded VARY:* Response]
expected: NOTRUN
[Cache.put with a VARY:* opaque response should not reject]
expected: NOTRUN
[Cache.put should store Response.redirect() correctly]
expected: NOTRUN
[Cache.put called with simple Request and blob Response]
expected: NOTRUN
[Cache.put called with simple Request and form data Response]
expected: NOTRUN

View file

@ -0,0 +1,20 @@
[cache-storage-buckets.https.any.html]
[caches from different buckets have different contents]
expected: FAIL
[cache.open promise is rejected when bucket is gone]
expected: FAIL
[cache-storage-buckets.https.any.sharedworker.html]
expected: ERROR
[cache-storage-buckets.https.any.serviceworker.html]
expected: ERROR
[cache-storage-buckets.https.any.worker.html]
[caches from different buckets have different contents]
expected: FAIL
[cache.open promise is rejected when bucket is gone]
expected: FAIL

View file

@ -0,0 +1,15 @@
[cache-storage-keys.https.any.serviceworker.html]
expected: ERROR
[cache-storage-keys.https.any.html]
[CacheStorage keys]
expected: FAIL
[cache-storage-keys.https.any.worker.html]
[CacheStorage keys]
expected: FAIL
[cache-storage-keys.https.any.sharedworker.html]
expected: ERROR

View file

@ -0,0 +1,76 @@
[cache-storage-match.https.any.html]
expected: ERROR
[CacheStorageMatch with no cache name provided]
expected: FAIL
[CacheStorageMatch from one of many caches]
expected: NOTRUN
[CacheStorageMatch from one of many caches by name]
expected: NOTRUN
[CacheStorageMatch a string request]
expected: NOTRUN
[CacheStorageMatch a HEAD request]
expected: NOTRUN
[CacheStorageMatch with no cached entry]
expected: NOTRUN
[CacheStorageMatch with no caches available but name provided]
expected: NOTRUN
[CacheStorageMatch with empty cache name provided]
expected: NOTRUN
[CacheStorageMatch supports ignoreSearch]
expected: NOTRUN
[Cache.match supports ignoreMethod]
expected: NOTRUN
[CacheStorageMatch supports ignoreVary]
expected: NOTRUN
[cache-storage-match.https.any.sharedworker.html]
expected: ERROR
[cache-storage-match.https.any.serviceworker.html]
expected: ERROR
[cache-storage-match.https.any.worker.html]
expected: ERROR
[CacheStorageMatch with no cache name provided]
expected: FAIL
[CacheStorageMatch from one of many caches]
expected: NOTRUN
[CacheStorageMatch from one of many caches by name]
expected: NOTRUN
[CacheStorageMatch a string request]
expected: NOTRUN
[CacheStorageMatch a HEAD request]
expected: NOTRUN
[CacheStorageMatch with no cached entry]
expected: NOTRUN
[CacheStorageMatch with no caches available but name provided]
expected: NOTRUN
[CacheStorageMatch with empty cache name provided]
expected: NOTRUN
[CacheStorageMatch supports ignoreSearch]
expected: NOTRUN
[Cache.match supports ignoreMethod]
expected: NOTRUN
[CacheStorageMatch supports ignoreVary]
expected: NOTRUN

View file

@ -0,0 +1,69 @@
[cache-storage.https.any.worker.html]
[CacheStorage.open]
expected: FAIL
[CacheStorage.delete dooms, but does not delete immediately]
expected: FAIL
[CacheStorage.open with an empty name]
expected: FAIL
[CacheStorage.open with no arguments]
expected: FAIL
[CacheStorage.has with existing cache]
expected: FAIL
[CacheStorage.has with nonexistent cache]
expected: FAIL
[CacheStorage.open with existing cache]
expected: FAIL
[CacheStorage.delete with existing cache]
expected: FAIL
[CacheStorage.delete with nonexistent cache]
expected: FAIL
[CacheStorage names are DOMStrings not USVStrings]
expected: FAIL
[cache-storage.https.any.serviceworker.html]
expected: ERROR
[cache-storage.https.any.html]
[CacheStorage.open]
expected: FAIL
[CacheStorage.delete dooms, but does not delete immediately]
expected: FAIL
[CacheStorage.open with an empty name]
expected: FAIL
[CacheStorage.open with no arguments]
expected: FAIL
[CacheStorage.has with existing cache]
expected: FAIL
[CacheStorage.has with nonexistent cache]
expected: FAIL
[CacheStorage.open with existing cache]
expected: FAIL
[CacheStorage.delete with existing cache]
expected: FAIL
[CacheStorage.delete with nonexistent cache]
expected: FAIL
[CacheStorage names are DOMStrings not USVStrings]
expected: FAIL
[cache-storage.https.any.sharedworker.html]
expected: ERROR

View file

@ -0,0 +1,3 @@
[common.https.window.html]
[Window sees cache puts by Worker]
expected: FAIL

View file

@ -0,0 +1,2 @@
[cache-response-clone.https.html]
expected: TIMEOUT

View file

@ -0,0 +1,3 @@
[credentials.https.html]
[Cache API matching includes credentials]
expected: FAIL

View file

@ -0,0 +1,13 @@
[cross-partition.https.tentative.html]
expected: TIMEOUT
[CacheStorage caches shouldn't be shared with a cross-partition iframe]
expected: FAIL
[CacheStorage caches shouldn't be shared with a cross-partition dedicated worker]
expected: FAIL
[CacheStorage caches shouldn't be shared with a cross-partition shared worker]
expected: TIMEOUT
[CacheStorage caches shouldn't be shared with a cross-partition service worker]
expected: NOTRUN

View file

@ -0,0 +1,6 @@
[sandboxed-iframes.https.html]
[Sandboxed iframe with allow-same-origin is allowed access]
expected: FAIL
[Sandboxed iframe without allow-same-origin is denied access]
expected: FAIL

View file

@ -0,0 +1,259 @@
[idlharness.https.any.html]
expected: ERROR
[idl_test setup]
expected: FAIL
[ServiceWorkerRegistration interface: operation update()]
expected: FAIL
[ServiceWorkerRegistration interface: operation unregister()]
expected: FAIL
[ServiceWorkerRegistration interface: attribute onupdatefound]
expected: FAIL
[ServiceWorkerContainer interface: attribute ready]
expected: FAIL
[ServiceWorkerContainer interface: operation getRegistration(optional USVString)]
expected: FAIL
[ServiceWorkerContainer interface: operation getRegistrations()]
expected: FAIL
[ServiceWorkerContainer interface: operation startMessages()]
expected: FAIL
[ServiceWorkerContainer interface: attribute oncontrollerchange]
expected: FAIL
[ServiceWorkerContainer interface: attribute onmessage]
expected: FAIL
[ServiceWorkerContainer interface: attribute onmessageerror]
expected: FAIL
[Cache interface: existence and properties of interface object]
expected: FAIL
[Cache interface object length]
expected: FAIL
[Cache interface object name]
expected: FAIL
[Cache interface: existence and properties of interface prototype object]
expected: FAIL
[Cache interface: existence and properties of interface prototype object's "constructor" property]
expected: FAIL
[Cache interface: existence and properties of interface prototype object's @@unscopables property]
expected: FAIL
[Cache interface: operation match(RequestInfo, optional CacheQueryOptions)]
expected: FAIL
[Cache interface: operation matchAll(optional RequestInfo, optional CacheQueryOptions)]
expected: FAIL
[Cache interface: operation add(RequestInfo)]
expected: FAIL
[Cache interface: operation addAll(sequence<RequestInfo>)]
expected: FAIL
[Cache interface: operation put(RequestInfo, Response)]
expected: FAIL
[Cache interface: operation delete(RequestInfo, optional CacheQueryOptions)]
expected: FAIL
[Cache interface: operation keys(optional RequestInfo, optional CacheQueryOptions)]
expected: FAIL
[CacheStorage interface: existence and properties of interface object]
expected: FAIL
[CacheStorage interface object length]
expected: FAIL
[CacheStorage interface object name]
expected: FAIL
[CacheStorage interface: existence and properties of interface prototype object]
expected: FAIL
[CacheStorage interface: existence and properties of interface prototype object's "constructor" property]
expected: FAIL
[CacheStorage interface: existence and properties of interface prototype object's @@unscopables property]
expected: FAIL
[CacheStorage interface: operation match(RequestInfo, optional MultiCacheQueryOptions)]
expected: FAIL
[CacheStorage interface: operation has(DOMString)]
expected: FAIL
[CacheStorage interface: operation open(DOMString)]
expected: FAIL
[CacheStorage interface: operation delete(DOMString)]
expected: FAIL
[CacheStorage interface: operation keys()]
expected: FAIL
[Window interface: attribute caches]
expected: FAIL
[ServiceWorkerContainer interface: operation register((TrustedScriptURL or USVString), optional RegistrationOptions)]
expected: TIMEOUT
[NavigationPreloadManager interface: operation enable()]
expected: TIMEOUT
[NavigationPreloadManager interface: operation disable()]
expected: TIMEOUT
[NavigationPreloadManager interface: operation setHeaderValue(ByteString)]
expected: TIMEOUT
[NavigationPreloadManager interface: operation getState()]
expected: TIMEOUT
[idlharness.https.any.serviceworker.html]
expected: ERROR
[idlharness.https.any.sharedworker.html]
expected: ERROR
[idlharness.https.any.worker.html]
expected: ERROR
[idl_test setup]
expected: FAIL
[ServiceWorkerRegistration interface: operation update()]
expected: FAIL
[ServiceWorkerRegistration interface: operation unregister()]
expected: FAIL
[ServiceWorkerRegistration interface: attribute onupdatefound]
expected: FAIL
[ServiceWorkerContainer interface: attribute ready]
expected: FAIL
[ServiceWorkerContainer interface: operation register((TrustedScriptURL or USVString), optional RegistrationOptions)]
expected: TIMEOUT
[ServiceWorkerContainer interface: operation getRegistration(optional USVString)]
expected: FAIL
[ServiceWorkerContainer interface: operation getRegistrations()]
expected: FAIL
[ServiceWorkerContainer interface: operation startMessages()]
expected: FAIL
[ServiceWorkerContainer interface: attribute oncontrollerchange]
expected: FAIL
[ServiceWorkerContainer interface: attribute onmessage]
expected: FAIL
[ServiceWorkerContainer interface: attribute onmessageerror]
expected: FAIL
[NavigationPreloadManager interface: operation enable()]
expected: TIMEOUT
[NavigationPreloadManager interface: operation disable()]
expected: TIMEOUT
[NavigationPreloadManager interface: operation setHeaderValue(ByteString)]
expected: TIMEOUT
[NavigationPreloadManager interface: operation getState()]
expected: TIMEOUT
[Cache interface: existence and properties of interface object]
expected: FAIL
[Cache interface object length]
expected: FAIL
[Cache interface object name]
expected: FAIL
[Cache interface: existence and properties of interface prototype object]
expected: FAIL
[Cache interface: existence and properties of interface prototype object's "constructor" property]
expected: FAIL
[Cache interface: existence and properties of interface prototype object's @@unscopables property]
expected: FAIL
[Cache interface: operation match(RequestInfo, optional CacheQueryOptions)]
expected: FAIL
[Cache interface: operation matchAll(optional RequestInfo, optional CacheQueryOptions)]
expected: FAIL
[Cache interface: operation add(RequestInfo)]
expected: FAIL
[Cache interface: operation addAll(sequence<RequestInfo>)]
expected: FAIL
[Cache interface: operation put(RequestInfo, Response)]
expected: FAIL
[Cache interface: operation delete(RequestInfo, optional CacheQueryOptions)]
expected: FAIL
[Cache interface: operation keys(optional RequestInfo, optional CacheQueryOptions)]
expected: FAIL
[CacheStorage interface: existence and properties of interface object]
expected: FAIL
[CacheStorage interface object length]
expected: FAIL
[CacheStorage interface object name]
expected: FAIL
[CacheStorage interface: existence and properties of interface prototype object]
expected: FAIL
[CacheStorage interface: existence and properties of interface prototype object's "constructor" property]
expected: FAIL
[CacheStorage interface: existence and properties of interface prototype object's @@unscopables property]
expected: FAIL
[CacheStorage interface: operation match(RequestInfo, optional MultiCacheQueryOptions)]
expected: FAIL
[CacheStorage interface: operation has(DOMString)]
expected: FAIL
[CacheStorage interface: operation open(DOMString)]
expected: FAIL
[CacheStorage interface: operation delete(DOMString)]
expected: FAIL
[CacheStorage interface: operation keys()]
expected: FAIL
[WorkerGlobalScope interface: attribute caches]
expected: FAIL
[WorkerNavigator interface: attribute serviceWorker]
expected: FAIL

View file

@ -0,0 +1,25 @@
[Service-Worker-Allowed-header.https.html]
expected: ERROR
[Registering within Service-Worker-Allowed path]
expected: FAIL
[Registering within Service-Worker-Allowed path (absolute URL)]
expected: NOTRUN
[Registering within Service-Worker-Allowed path with parent reference]
expected: NOTRUN
[Registering outside Service-Worker-Allowed path]
expected: NOTRUN
[Registering outside Service-Worker-Allowed path with parent reference]
expected: NOTRUN
[Service-Worker-Allowed is cross-origin to script, registering on a normally allowed scope]
expected: NOTRUN
[Service-Worker-Allowed is cross-origin to script, registering on a normally disallowed scope]
expected: NOTRUN
[Service-Worker-Allowed is cross-origin to page, same-origin to script]
expected: NOTRUN

View file

@ -0,0 +1,3 @@
[close.https.html]
[ServiceWorkerGlobalScope: close operation]
expected: FAIL

View file

@ -0,0 +1,2 @@
[error-message-event.https.html]
expected: CRASH

View file

@ -0,0 +1,3 @@
[extendable-message-event-constructor.https.html]
[ServiceWorkerGlobalScope: ExtendableMessageEvent Constructor]
expected: FAIL

View file

@ -0,0 +1,12 @@
[extendable-message-event.https.html]
[Post an extendable message from a top-level client]
expected: FAIL
[Post an extendable message from a nested client]
expected: FAIL
[Post loopback extendable messages]
expected: FAIL
[Post extendable messages among service workers]
expected: FAIL

View file

@ -0,0 +1,2 @@
[fetch-on-the-right-interface.https.any.serviceworker.html]
expected: ERROR

View file

@ -0,0 +1,3 @@
[isSecureContext.https.html]
[Setting up tests]
expected: FAIL

View file

@ -0,0 +1,2 @@
[message-event-ports.https.html]
expected: CRASH

View file

@ -0,0 +1,6 @@
[postmessage.https.html]
[Post loopback messages]
expected: FAIL
[Post messages among service workers]
expected: FAIL

View file

@ -0,0 +1,6 @@
[registration-attribute.https.html]
[Verify registration attributes on ServiceWorkerGlobalScope]
expected: FAIL
[Verify registration attributes on ServiceWorkerGlobalScope of the newer worker]
expected: FAIL

View file

@ -0,0 +1,3 @@
[service-worker-error-event.https.html]
[Error handlers inside serviceworker should see the attributes of ErrorEvent]
expected: FAIL

View file

@ -0,0 +1,12 @@
[unregister.https.html]
[Unregister on script evaluation]
expected: FAIL
[Unregister on installing event]
expected: FAIL
[Unregister on activate event]
expected: FAIL
[Unregister controlling service worker]
expected: FAIL

View file

@ -0,0 +1,3 @@
[update.https.html]
[Update a registration on ServiceWorkerGlobalScope]
expected: FAIL

View file

@ -0,0 +1,21 @@
[about-blank-replacement.https.html]
[Initial about:blank is controlled, exposed to clients.matchAll(), and matches final Client.]
expected: FAIL
[Initial about:blank modified by parent is controlled, exposed to clients.matchAll(), and matches final Client.]
expected: FAIL
[Popup initial about:blank is controlled, exposed to clients.matchAll(), and matches final Client.]
expected: FAIL
[Initial about:blank is controlled, exposed to clients.matchAll(), and final Client is not controlled by a service worker.]
expected: FAIL
[Simple about:blank is controlled and is exposed to clients.matchAll().]
expected: FAIL
[Nested about:srcdoc is controlled and is exposed to clients.matchAll().]
expected: FAIL
[Dynamic about:blank is controlled and is exposed to clients.matchAll().]
expected: FAIL

View file

@ -0,0 +1,3 @@
[activate-event-after-install-state-change.https.html]
[installed event should be fired before activating service worker]
expected: FAIL

View file

@ -0,0 +1,3 @@
[activation-after-registration.https.html]
[activation occurs after registration]
expected: FAIL

View file

@ -0,0 +1,12 @@
[activation.https.html]
[loss of controllees triggers activation]
expected: FAIL
[finishing a request triggers activation]
expected: FAIL
[skipWaiting bypasses no controllee requirement]
expected: FAIL
[finishing a request triggers unregister]
expected: FAIL

View file

@ -0,0 +1,7 @@
[active.https.html]
expected: ERROR
[active is set]
expected: FAIL
[The ServiceWorker objects returned from active attribute getter that represent the same service worker are the same objects]
expected: NOTRUN

View file

@ -0,0 +1,2 @@
[claim-affect-other-registration.https.html]
expected: CRASH

View file

@ -0,0 +1,3 @@
[claim-fetch.https.html]
[fetch() should be intercepted after the client is claimed.]
expected: FAIL

View file

@ -0,0 +1,2 @@
[claim-not-using-registration.https.html]
expected: CRASH

View file

@ -0,0 +1,3 @@
[claim-shared-worker-fetch.https.html]
[fetch() in SharedWorker should be intercepted after the client is claimed.]
expected: FAIL

View file

@ -0,0 +1,6 @@
[claim-using-registration.https.html]
[Test worker claims client which is using another registration]
expected: FAIL
[Test for the waiting worker claims a client which is using the the same registration]
expected: FAIL

View file

@ -0,0 +1,2 @@
[claim-with-redirect.https.html]
expected: CRASH

View file

@ -0,0 +1,18 @@
[claim-worker-fetch.https.html]
[fetch() in Worker should be intercepted after the client is claimed.]
expected: FAIL
[fetch() in nested Worker should be intercepted after the client is claimed.]
expected: FAIL
[fetch() in blob URL Worker should be intercepted after the client is claimed.]
expected: FAIL
[fetch() in nested blob URL Worker created from a blob URL Worker should be intercepted after the client is claimed.]
expected: FAIL
[fetch() in nested Worker created from a blob URL Worker should be intercepted after the client is claimed.]
expected: FAIL
[fetch() in nested blob URL Worker created from a Worker should be intercepted after the client is claimed.]
expected: FAIL

View file

@ -0,0 +1,3 @@
[client-id.https.html]
[Client.id returns the client's ID.]
expected: FAIL

View file

@ -0,0 +1,15 @@
[client-navigate.https.html]
[Frame location should update on successful navigation]
expected: FAIL
[Frame location should not be accessible after redirect]
expected: FAIL
[Frame location should not be accessible after cross-origin navigation]
expected: FAIL
[Frame location should not update on failed about:blank navigation]
expected: FAIL
[Frame location should not update on failed mixed-content navigation]
expected: FAIL

View file

@ -0,0 +1,3 @@
[client-url-of-blob-url-worker.https.html]
[Client.url of a blob URL worker should be a blob URL.]
expected: FAIL

View file

@ -0,0 +1,3 @@
[clients-get-client-types.https.html]
[Test Clients.get() with window and worker clients]
expected: FAIL

View file

@ -0,0 +1,3 @@
[clients-get-cross-origin.https.html]
[Test Clients.get() cross origin]
expected: FAIL

View file

@ -0,0 +1,18 @@
[clients-get-resultingClientId.https.html]
[global setup]
expected: FAIL
[get(resultingClientId) for same-origin document]
expected: FAIL
[get(resultingClientId) on cross-origin redirect]
expected: FAIL
[get(resultingClientId) for document sandboxed by CSP header]
expected: FAIL
[get(resultingClientId) for document sandboxed by CSP header with allow-same-origin]
expected: FAIL
[global cleanup]
expected: FAIL

View file

@ -0,0 +1,9 @@
[clients-get.https.html]
[Test Clients.get()]
expected: FAIL
[Test successful Clients.get(FetchEvent.resultingClientId)]
expected: FAIL
[Test unsuccessful Clients.get(FetchEvent.resultingClientId)]
expected: FAIL

View file

@ -0,0 +1,6 @@
[clients-matchall-blob-url-worker.https.html]
[Test Clients.matchAll() with a blob URL worker client.]
expected: FAIL
[Test Clients.matchAll() with an uncontrolled blob URL worker client.]
expected: FAIL

View file

@ -0,0 +1,6 @@
[clients-matchall-client-types.https.html]
[Verify matchAll() with window client type]
expected: FAIL
[Verify matchAll() with {window, sharedworker, worker} client types]
expected: FAIL

View file

@ -0,0 +1,3 @@
[clients-matchall-exact-controller.https.html]
[Test Clients.matchAll() with exact controller]
expected: FAIL

View file

@ -0,0 +1,3 @@
[clients-matchall-frozen.https.html]
[Test Clients.matchAll()]
expected: FAIL

View file

@ -0,0 +1,6 @@
[clients-matchall-include-uncontrolled.https.html]
[Verify matchAll() with windows respect includeUncontrolled]
expected: FAIL
[Verify matchAll() with shared workers respect includeUncontrolled]
expected: FAIL

View file

@ -0,0 +1,3 @@
[clients-matchall-on-evaluation.https.html]
[Test Clients.matchAll() on script evaluation]
expected: FAIL

View file

@ -0,0 +1,21 @@
[clients-matchall-order.https.html]
[Clients.matchAll() returns non-focused controlled windows in creation order.]
expected: FAIL
[Clients.matchAll() returns controlled windows in focus order. Case 1.]
expected: FAIL
[Clients.matchAll() returns controlled windows in focus order. Case 2.]
expected: FAIL
[Clients.matchAll() returns non-focused uncontrolled windows in creation order.]
expected: FAIL
[Clients.matchAll() returns uncontrolled windows in focus order. Case 1.]
expected: FAIL
[Clients.matchAll() returns uncontrolled windows in focus order. Case 2.]
expected: FAIL
[Clients.matchAll() returns controlled windows and frames in focus order.]
expected: FAIL

View file

@ -0,0 +1,3 @@
[clients-matchall.https.html]
[Test Clients.matchAll()]
expected: FAIL

View file

@ -0,0 +1,2 @@
[controlled-dedicatedworker-postMessage.https.html]
expected: CRASH

View file

@ -0,0 +1,2 @@
[controlled-iframe-postMessage.https.html]
expected: CRASH

View file

@ -0,0 +1,3 @@
[controller-on-disconnect.https.html]
[controller is cleared on disconnected window]
expected: FAIL

View file

@ -0,0 +1,3 @@
[controller-on-load.https.html]
[controller is set for a controlled document]
expected: FAIL

View file

@ -0,0 +1,3 @@
[controller-on-reload.https.html]
[controller is set upon reload after registration]
expected: FAIL

View file

@ -0,0 +1,12 @@
[controller-with-no-fetch-event-handler.https.html]
[global setup]
expected: FAIL
[cross-origin request, no-cors mode]
expected: FAIL
[cross-origin request, cors denied]
expected: FAIL
[cross-origin request, cors approved]
expected: FAIL

View file

@ -0,0 +1,12 @@
[credentials.https.html]
[Main script should have credentials]
expected: FAIL
[Imported script should have credentials]
expected: FAIL
[Module with an imported statement should not have credentials]
expected: FAIL
[Script with service worker served as modules should not have credentials]
expected: FAIL

View file

@ -0,0 +1,3 @@
[data-iframe.html]
[navigator.serviceWorker is not available in a data: iframe]
expected: FAIL

View file

@ -0,0 +1,3 @@
[data-transfer-files.https.html]
[Posting a File in a navigation handled by a service worker]
expected: FAIL

View file

@ -0,0 +1,9 @@
[dedicated-worker-service-worker-interception.https.html]
[Top-level module loading should be intercepted by a service worker.]
expected: FAIL
[Static import should be intercepted by a service worker.]
expected: FAIL
[Dynamic import should be intercepted by a service worker.]
expected: FAIL

View file

@ -0,0 +1,9 @@
[detached-context.https.html]
[accessing a ServiceWorkerRegistration from a removed iframe]
expected: FAIL
[accessing a ServiceWorker object from a removed iframe]
expected: FAIL
[accessing navigator.serviceWorker on a detached iframe]
expected: FAIL

View file

@ -0,0 +1,2 @@
[detached-register-crash.https.html]
expected: CRASH

View file

@ -0,0 +1,22 @@
[embed-and-object-are-not-intercepted.https.html]
expected: TIMEOUT
[initialize global state]
expected: FAIL
[requests for EMBED elements of embedded HTML content should not be intercepted by service workers]
expected: TIMEOUT
[requests for OBJECT elements of embedded HTML content should not be intercepted by service workers]
expected: NOTRUN
[requests for EMBED elements of an image should not be intercepted by service workers]
expected: NOTRUN
[requests for OBJECT elements of an image should not be intercepted by service workers]
expected: NOTRUN
[post-load navigation of OBJECT elements should not be intercepted by service workers]
expected: NOTRUN
[post-load navigation of EMBED elements should not be intercepted by service workers]
expected: NOTRUN

View file

@ -0,0 +1,42 @@
[extendable-event-async-waituntil.https.html]
[Test calling waitUntil in a task at the end of the event handler without an existing extension throws]
expected: FAIL
[Test calling waitUntil in a microtask at the end of the event handler without an existing extension suceeds]
expected: FAIL
[Test calling waitUntil in a different task an existing extension succeeds]
expected: FAIL
[Test calling waitUntil at the end of an existing extension promise handler succeeds (event is still being dispatched)]
expected: FAIL
[Test calling waitUntil in a microtask at the end of an existing extension promise handler succeeds (event is still being dispatched)]
expected: FAIL
[Test calling waitUntil in an existing extension promise handler succeeds (event is not being dispatched)]
expected: FAIL
[Test calling waitUntil in a microtask at the end of an existing extension promise handler throws (event is not being dispatched)]
expected: FAIL
[Test calling waitUntil after the current extension expired in a different task fails]
expected: FAIL
[Test calling waitUntil on a script constructed ExtendableEvent throws exception]
expected: FAIL
[Test calling waitUntil asynchronously with pending respondWith promise.]
expected: FAIL
[Test calling waitUntil synchronously inside microtask of respondWith promise (event is being dispatched).]
expected: FAIL
[Test calling waitUntil asynchronously inside microtask of respondWith promise (event is being dispatched).]
expected: FAIL
[Test calling waitUntil synchronously inside microtask of respondWith promise (event is not being dispatched).]
expected: FAIL
[Test calling waitUntil asynchronously inside microtask of respondWith promise (event is not being dispatched).]
expected: FAIL

View file

@ -0,0 +1,18 @@
[extendable-event-waituntil.https.html]
[Test install event waitUntil fulfilled]
expected: FAIL
[Test ExtendableEvent multiple waitUntil fulfilled.]
expected: FAIL
[Test ExtendableEvent waitUntil reject precedence.]
expected: FAIL
[Test activate event waitUntil fulfilled]
expected: FAIL
[Test install event waitUntil rejected]
expected: FAIL
[Test activate event waitUntil rejected.]
expected: FAIL

View file

@ -0,0 +1,3 @@
[fetch-audio-tainting.https.html]
[Verify CORS XHR of fetch() in a Service Worker]
expected: FAIL

View file

@ -0,0 +1,3 @@
[fetch-canvas-tainting-double-write.https.html]
[canvas is tainted after writing both a non-opaque image and an opaque image from the same URL]
expected: FAIL

View file

@ -0,0 +1,117 @@
[fetch-canvas-tainting-image-cache.https.html]
[initialize global state]
expected: FAIL
[url "https://web-platform.test:8443/service-workers/service-worker/resources/fetch-access-control.py?PNGIMAGE&cache=true&reject" with crossOrigin "" should be LOAD_ERROR]
expected: FAIL
[url "https://web-platform.test:8443/service-workers/service-worker/resources/fetch-access-control.py?PNGIMAGE&cache=true&reject" with crossOrigin "anonymous" should be LOAD_ERROR]
expected: FAIL
[url "https://web-platform.test:8443/service-workers/service-worker/resources/fetch-access-control.py?PNGIMAGE&cache=true&reject" with crossOrigin "use-credentials" should be LOAD_ERROR]
expected: FAIL
[url "https://web-platform.test:8443/service-workers/service-worker/resources/fetch-access-control.py?PNGIMAGE&cache=true&ignore" with crossOrigin "" should be NOT_TAINTED]
expected: FAIL
[url "https://www1.web-platform.test:8443/service-workers/service-worker/resources/fetch-access-control.py?PNGIMAGE&cache=true&ignore" with crossOrigin "" should be TAINTED]
expected: FAIL
[url "https://www1.web-platform.test:8443/service-workers/service-worker/resources/fetch-access-control.py?PNGIMAGE&cache=true&ignore" with crossOrigin "anonymous" should be LOAD_ERROR]
expected: FAIL
[url "https://www1.web-platform.test:8443/service-workers/service-worker/resources/fetch-access-control.py?PNGIMAGE&cache=true&ACAOrigin=https://web-platform.test:8443&ignore" with crossOrigin "anonymous" should be NOT_TAINTED]
expected: FAIL
[url "https://www1.web-platform.test:8443/service-workers/service-worker/resources/fetch-access-control.py?PNGIMAGE&cache=true&ignore" with crossOrigin "use-credentials" should be LOAD_ERROR]
expected: FAIL
[url "https://www1.web-platform.test:8443/service-workers/service-worker/resources/fetch-access-control.py?PNGIMAGE&cache=true&ACAOrigin=https://web-platform.test:8443&ignore" with crossOrigin "use-credentials" should be LOAD_ERROR]
expected: FAIL
[url "https://www1.web-platform.test:8443/service-workers/service-worker/resources/fetch-access-control.py?PNGIMAGE&cache=true&ACAOrigin=https://web-platform.test:8443&ACACredentials=true&ignore" with crossOrigin "use-credentials" should be NOT_TAINTED]
expected: FAIL
[url "https://web-platform.test:8443/service-workers/service-worker/resources/fetch-access-control.py?PNGIMAGE&cache=true&Auth&ignore" with crossOrigin "" should be NOT_TAINTED]
expected: FAIL
[url "https://www1.web-platform.test:8443/service-workers/service-worker/resources/fetch-access-control.py?PNGIMAGE&cache=true&Auth&ignore" with crossOrigin "" should be TAINTED]
expected: FAIL
[url "https://www1.web-platform.test:8443/service-workers/service-worker/resources/fetch-access-control.py?PNGIMAGE&cache=true&Auth&ignore" with crossOrigin "anonymous" should be LOAD_ERROR]
expected: FAIL
[url "https://www1.web-platform.test:8443/service-workers/service-worker/resources/fetch-access-control.py?PNGIMAGE&cache=true&Auth&ignore" with crossOrigin "use-credentials" should be LOAD_ERROR]
expected: FAIL
[url "https://www1.web-platform.test:8443/service-workers/service-worker/resources/fetch-access-control.py?PNGIMAGE&cache=true&Auth&ACAOrigin=https://web-platform.test:8443&ignore" with crossOrigin "use-credentials" should be LOAD_ERROR]
expected: FAIL
[url "https://www1.web-platform.test:8443/service-workers/service-worker/resources/fetch-access-control.py?PNGIMAGE&cache=true&Auth&ACAOrigin=https://web-platform.test:8443&ACACredentials=true&ignore" with crossOrigin "use-credentials" should be NOT_TAINTED]
expected: FAIL
[url "https://web-platform.test:8443/service-workers/service-worker/resources/fetch-access-control.py?PNGIMAGE&cache=true&mode=same-origin&url=https%3A%2F%2Fweb-platform.test%3A8443%2Fservice-workers%2Fservice-worker%2Fresources%2Ffetch-access-control.py%3FPNGIMAGE%26cache%3Dtrue" with crossOrigin "" should be NOT_TAINTED]
expected: FAIL
[url "https://web-platform.test:8443/service-workers/service-worker/resources/fetch-access-control.py?PNGIMAGE&cache=true&mode=same-origin&url=https%3A%2F%2Fweb-platform.test%3A8443%2Fservice-workers%2Fservice-worker%2Fresources%2Ffetch-access-control.py%3FPNGIMAGE%26cache%3Dtrue" with crossOrigin "anonymous" should be NOT_TAINTED]
expected: FAIL
[url "https://web-platform.test:8443/service-workers/service-worker/resources/fetch-access-control.py?PNGIMAGE&cache=true&mode=same-origin&url=https%3A%2F%2Fweb-platform.test%3A8443%2Fservice-workers%2Fservice-worker%2Fresources%2Ffetch-access-control.py%3FPNGIMAGE%26cache%3Dtrue" with crossOrigin "use-credentials" should be NOT_TAINTED]
expected: FAIL
[url "https://www1.web-platform.test:8443/service-workers/service-worker/resources/fetch-access-control.py?PNGIMAGE&cache=true&mode=same-origin&url=https%3A%2F%2Fweb-platform.test%3A8443%2Fservice-workers%2Fservice-worker%2Fresources%2Ffetch-access-control.py%3FPNGIMAGE%26cache%3Dtrue" with crossOrigin "" should be NOT_TAINTED]
expected: FAIL
[url "https://www1.web-platform.test:8443/service-workers/service-worker/resources/fetch-access-control.py?PNGIMAGE&cache=true&mode=same-origin&url=https%3A%2F%2Fweb-platform.test%3A8443%2Fservice-workers%2Fservice-worker%2Fresources%2Ffetch-access-control.py%3FPNGIMAGE%26cache%3Dtrue" with crossOrigin "anonymous" should be NOT_TAINTED]
expected: FAIL
[url "https://www1.web-platform.test:8443/service-workers/service-worker/resources/fetch-access-control.py?PNGIMAGE&cache=true&mode=same-origin&url=https%3A%2F%2Fweb-platform.test%3A8443%2Fservice-workers%2Fservice-worker%2Fresources%2Ffetch-access-control.py%3FPNGIMAGE%26cache%3Dtrue" with crossOrigin "use-credentials" should be NOT_TAINTED]
expected: FAIL
[url "https://web-platform.test:8443/service-workers/service-worker/resources/fetch-access-control.py?PNGIMAGE&cache=true&mode=no-cors&url=https%3A%2F%2Fwww1.web-platform.test%3A8443%2Fservice-workers%2Fservice-worker%2Fresources%2Ffetch-access-control.py%3FPNGIMAGE%26cache%3Dtrue" with crossOrigin "" should be TAINTED]
expected: FAIL
[url "https://web-platform.test:8443/service-workers/service-worker/resources/fetch-access-control.py?PNGIMAGE&cache=true&mode=no-cors&url=https%3A%2F%2Fwww1.web-platform.test%3A8443%2Fservice-workers%2Fservice-worker%2Fresources%2Ffetch-access-control.py%3FPNGIMAGE%26cache%3Dtrue" with crossOrigin "anonymous" should be LOAD_ERROR]
expected: FAIL
[url "https://web-platform.test:8443/service-workers/service-worker/resources/fetch-access-control.py?PNGIMAGE&cache=true&mode=no-cors&url=https%3A%2F%2Fwww1.web-platform.test%3A8443%2Fservice-workers%2Fservice-worker%2Fresources%2Ffetch-access-control.py%3FPNGIMAGE%26cache%3Dtrue" with crossOrigin "use-credentials" should be LOAD_ERROR]
expected: FAIL
[url "https://www1.web-platform.test:8443/service-workers/service-worker/resources/fetch-access-control.py?PNGIMAGE&cache=true&mode=no-cors&url=https%3A%2F%2Fwww1.web-platform.test%3A8443%2Fservice-workers%2Fservice-worker%2Fresources%2Ffetch-access-control.py%3FPNGIMAGE%26cache%3Dtrue" with crossOrigin "" should be TAINTED]
expected: FAIL
[url "https://www1.web-platform.test:8443/service-workers/service-worker/resources/fetch-access-control.py?PNGIMAGE&cache=true&mode=no-cors&url=https%3A%2F%2Fwww1.web-platform.test%3A8443%2Fservice-workers%2Fservice-worker%2Fresources%2Ffetch-access-control.py%3FPNGIMAGE%26cache%3Dtrue" with crossOrigin "anonymous" should be LOAD_ERROR]
expected: FAIL
[url "https://www1.web-platform.test:8443/service-workers/service-worker/resources/fetch-access-control.py?PNGIMAGE&cache=true&mode=no-cors&url=https%3A%2F%2Fwww1.web-platform.test%3A8443%2Fservice-workers%2Fservice-worker%2Fresources%2Ffetch-access-control.py%3FPNGIMAGE%26cache%3Dtrue" with crossOrigin "use-credentials" should be LOAD_ERROR]
expected: FAIL
[url "https://web-platform.test:8443/service-workers/service-worker/resources/fetch-access-control.py?PNGIMAGE&cache=true&mode=cors&url=https%3A%2F%2Fwww1.web-platform.test%3A8443%2Fservice-workers%2Fservice-worker%2Fresources%2Ffetch-access-control.py%3FPNGIMAGE%26cache%3Dtrue%26ACAOrigin%3Dhttps%3A%2F%2Fweb-platform.test%3A8443" with crossOrigin "" should be LOAD_ERROR]
expected: FAIL
[url "https://web-platform.test:8443/service-workers/service-worker/resources/fetch-access-control.py?PNGIMAGE&cache=true&mode=cors&credentials=same-origin&url=https%3A%2F%2Fwww1.web-platform.test%3A8443%2Fservice-workers%2Fservice-worker%2Fresources%2Ffetch-access-control.py%3FPNGIMAGE%26cache%3Dtrue%26ACAOrigin%3Dhttps%3A%2F%2Fweb-platform.test%3A8443" with crossOrigin "" should be NOT_TAINTED]
expected: FAIL
[url "https://web-platform.test:8443/service-workers/service-worker/resources/fetch-access-control.py?PNGIMAGE&cache=true&mode=cors&url=https%3A%2F%2Fwww1.web-platform.test%3A8443%2Fservice-workers%2Fservice-worker%2Fresources%2Ffetch-access-control.py%3FPNGIMAGE%26cache%3Dtrue%26ACAOrigin%3Dhttps%3A%2F%2Fweb-platform.test%3A8443" with crossOrigin "anonymous" should be NOT_TAINTED]
expected: FAIL
[url "https://web-platform.test:8443/service-workers/service-worker/resources/fetch-access-control.py?PNGIMAGE&cache=true&mode=cors&url=https%3A%2F%2Fwww1.web-platform.test%3A8443%2Fservice-workers%2Fservice-worker%2Fresources%2Ffetch-access-control.py%3FPNGIMAGE%26cache%3Dtrue%26ACAOrigin%3Dhttps%3A%2F%2Fweb-platform.test%3A8443" with crossOrigin "use-credentials" should be LOAD_ERROR]
expected: FAIL
[url "https://web-platform.test:8443/service-workers/service-worker/resources/fetch-access-control.py?PNGIMAGE&cache=true&mode=cors&url=https%3A%2F%2Fwww1.web-platform.test%3A8443%2Fservice-workers%2Fservice-worker%2Fresources%2Ffetch-access-control.py%3FPNGIMAGE%26cache%3Dtrue%26ACACredentials%3Dtrue%26ACAOrigin%3Dhttps%3A%2F%2Fweb-platform.test%3A8443" with crossOrigin "use-credentials" should be NOT_TAINTED]
expected: FAIL
[url "https://www1.web-platform.test:8443/service-workers/service-worker/resources/fetch-access-control.py?PNGIMAGE&cache=true&mode=cors&url=https%3A%2F%2Fwww1.web-platform.test%3A8443%2Fservice-workers%2Fservice-worker%2Fresources%2Ffetch-access-control.py%3FPNGIMAGE%26cache%3Dtrue%26ACAOrigin%3Dhttps%3A%2F%2Fweb-platform.test%3A8443" with crossOrigin "" should be LOAD_ERROR]
expected: FAIL
[url "https://www1.web-platform.test:8443/service-workers/service-worker/resources/fetch-access-control.py?PNGIMAGE&cache=true&mode=cors&credentials=same-origin&url=https%3A%2F%2Fwww1.web-platform.test%3A8443%2Fservice-workers%2Fservice-worker%2Fresources%2Ffetch-access-control.py%3FPNGIMAGE%26cache%3Dtrue%26ACAOrigin%3Dhttps%3A%2F%2Fweb-platform.test%3A8443" with crossOrigin "" should be NOT_TAINTED]
expected: FAIL
[url "https://www1.web-platform.test:8443/service-workers/service-worker/resources/fetch-access-control.py?PNGIMAGE&cache=true&mode=cors&url=https%3A%2F%2Fwww1.web-platform.test%3A8443%2Fservice-workers%2Fservice-worker%2Fresources%2Ffetch-access-control.py%3FPNGIMAGE%26cache%3Dtrue%26ACAOrigin%3Dhttps%3A%2F%2Fweb-platform.test%3A8443" with crossOrigin "anonymous" should be NOT_TAINTED]
expected: FAIL
[url "https://www1.web-platform.test:8443/service-workers/service-worker/resources/fetch-access-control.py?PNGIMAGE&cache=true&mode=cors&url=https%3A%2F%2Fwww1.web-platform.test%3A8443%2Fservice-workers%2Fservice-worker%2Fresources%2Ffetch-access-control.py%3FPNGIMAGE%26cache%3Dtrue%26ACAOrigin%3Dhttps%3A%2F%2Fweb-platform.test%3A8443" with crossOrigin "use-credentials" should be LOAD_ERROR]
expected: FAIL
[url "https://www1.web-platform.test:8443/service-workers/service-worker/resources/fetch-access-control.py?PNGIMAGE&cache=true&mode=cors&url=https%3A%2F%2Fwww1.web-platform.test%3A8443%2Fservice-workers%2Fservice-worker%2Fresources%2Ffetch-access-control.py%3FPNGIMAGE%26cache%3Dtrue%26ACACredentials%3Dtrue%26ACAOrigin%3Dhttps%3A%2F%2Fweb-platform.test%3A8443" with crossOrigin "use-credentials" should be NOT_TAINTED]
expected: FAIL

View file

@ -0,0 +1,117 @@
[fetch-canvas-tainting-image.https.html]
[initialize global state]
expected: FAIL
[url "https://web-platform.test:8443/service-workers/service-worker/resources/fetch-access-control.py?PNGIMAGE&reject" with crossOrigin "" should be LOAD_ERROR]
expected: FAIL
[url "https://web-platform.test:8443/service-workers/service-worker/resources/fetch-access-control.py?PNGIMAGE&reject" with crossOrigin "anonymous" should be LOAD_ERROR]
expected: FAIL
[url "https://web-platform.test:8443/service-workers/service-worker/resources/fetch-access-control.py?PNGIMAGE&reject" with crossOrigin "use-credentials" should be LOAD_ERROR]
expected: FAIL
[url "https://web-platform.test:8443/service-workers/service-worker/resources/fetch-access-control.py?PNGIMAGE&ignore" with crossOrigin "" should be NOT_TAINTED]
expected: FAIL
[url "https://www1.web-platform.test:8443/service-workers/service-worker/resources/fetch-access-control.py?PNGIMAGE&ignore" with crossOrigin "" should be TAINTED]
expected: FAIL
[url "https://www1.web-platform.test:8443/service-workers/service-worker/resources/fetch-access-control.py?PNGIMAGE&ignore" with crossOrigin "anonymous" should be LOAD_ERROR]
expected: FAIL
[url "https://www1.web-platform.test:8443/service-workers/service-worker/resources/fetch-access-control.py?PNGIMAGE&ACAOrigin=https://web-platform.test:8443&ignore" with crossOrigin "anonymous" should be NOT_TAINTED]
expected: FAIL
[url "https://www1.web-platform.test:8443/service-workers/service-worker/resources/fetch-access-control.py?PNGIMAGE&ignore" with crossOrigin "use-credentials" should be LOAD_ERROR]
expected: FAIL
[url "https://www1.web-platform.test:8443/service-workers/service-worker/resources/fetch-access-control.py?PNGIMAGE&ACAOrigin=https://web-platform.test:8443&ignore" with crossOrigin "use-credentials" should be LOAD_ERROR]
expected: FAIL
[url "https://www1.web-platform.test:8443/service-workers/service-worker/resources/fetch-access-control.py?PNGIMAGE&ACAOrigin=https://web-platform.test:8443&ACACredentials=true&ignore" with crossOrigin "use-credentials" should be NOT_TAINTED]
expected: FAIL
[url "https://web-platform.test:8443/service-workers/service-worker/resources/fetch-access-control.py?PNGIMAGE&Auth&ignore" with crossOrigin "" should be NOT_TAINTED]
expected: FAIL
[url "https://www1.web-platform.test:8443/service-workers/service-worker/resources/fetch-access-control.py?PNGIMAGE&Auth&ignore" with crossOrigin "" should be TAINTED]
expected: FAIL
[url "https://www1.web-platform.test:8443/service-workers/service-worker/resources/fetch-access-control.py?PNGIMAGE&Auth&ignore" with crossOrigin "anonymous" should be LOAD_ERROR]
expected: FAIL
[url "https://www1.web-platform.test:8443/service-workers/service-worker/resources/fetch-access-control.py?PNGIMAGE&Auth&ignore" with crossOrigin "use-credentials" should be LOAD_ERROR]
expected: FAIL
[url "https://www1.web-platform.test:8443/service-workers/service-worker/resources/fetch-access-control.py?PNGIMAGE&Auth&ACAOrigin=https://web-platform.test:8443&ignore" with crossOrigin "use-credentials" should be LOAD_ERROR]
expected: FAIL
[url "https://www1.web-platform.test:8443/service-workers/service-worker/resources/fetch-access-control.py?PNGIMAGE&Auth&ACAOrigin=https://web-platform.test:8443&ACACredentials=true&ignore" with crossOrigin "use-credentials" should be NOT_TAINTED]
expected: FAIL
[url "https://web-platform.test:8443/service-workers/service-worker/resources/fetch-access-control.py?PNGIMAGE&mode=same-origin&url=https%3A%2F%2Fweb-platform.test%3A8443%2Fservice-workers%2Fservice-worker%2Fresources%2Ffetch-access-control.py%3FPNGIMAGE" with crossOrigin "" should be NOT_TAINTED]
expected: FAIL
[url "https://web-platform.test:8443/service-workers/service-worker/resources/fetch-access-control.py?PNGIMAGE&mode=same-origin&url=https%3A%2F%2Fweb-platform.test%3A8443%2Fservice-workers%2Fservice-worker%2Fresources%2Ffetch-access-control.py%3FPNGIMAGE" with crossOrigin "anonymous" should be NOT_TAINTED]
expected: FAIL
[url "https://web-platform.test:8443/service-workers/service-worker/resources/fetch-access-control.py?PNGIMAGE&mode=same-origin&url=https%3A%2F%2Fweb-platform.test%3A8443%2Fservice-workers%2Fservice-worker%2Fresources%2Ffetch-access-control.py%3FPNGIMAGE" with crossOrigin "use-credentials" should be NOT_TAINTED]
expected: FAIL
[url "https://www1.web-platform.test:8443/service-workers/service-worker/resources/fetch-access-control.py?PNGIMAGE&mode=same-origin&url=https%3A%2F%2Fweb-platform.test%3A8443%2Fservice-workers%2Fservice-worker%2Fresources%2Ffetch-access-control.py%3FPNGIMAGE" with crossOrigin "" should be NOT_TAINTED]
expected: FAIL
[url "https://www1.web-platform.test:8443/service-workers/service-worker/resources/fetch-access-control.py?PNGIMAGE&mode=same-origin&url=https%3A%2F%2Fweb-platform.test%3A8443%2Fservice-workers%2Fservice-worker%2Fresources%2Ffetch-access-control.py%3FPNGIMAGE" with crossOrigin "anonymous" should be NOT_TAINTED]
expected: FAIL
[url "https://www1.web-platform.test:8443/service-workers/service-worker/resources/fetch-access-control.py?PNGIMAGE&mode=same-origin&url=https%3A%2F%2Fweb-platform.test%3A8443%2Fservice-workers%2Fservice-worker%2Fresources%2Ffetch-access-control.py%3FPNGIMAGE" with crossOrigin "use-credentials" should be NOT_TAINTED]
expected: FAIL
[url "https://web-platform.test:8443/service-workers/service-worker/resources/fetch-access-control.py?PNGIMAGE&mode=no-cors&url=https%3A%2F%2Fwww1.web-platform.test%3A8443%2Fservice-workers%2Fservice-worker%2Fresources%2Ffetch-access-control.py%3FPNGIMAGE" with crossOrigin "" should be TAINTED]
expected: FAIL
[url "https://web-platform.test:8443/service-workers/service-worker/resources/fetch-access-control.py?PNGIMAGE&mode=no-cors&url=https%3A%2F%2Fwww1.web-platform.test%3A8443%2Fservice-workers%2Fservice-worker%2Fresources%2Ffetch-access-control.py%3FPNGIMAGE" with crossOrigin "anonymous" should be LOAD_ERROR]
expected: FAIL
[url "https://web-platform.test:8443/service-workers/service-worker/resources/fetch-access-control.py?PNGIMAGE&mode=no-cors&url=https%3A%2F%2Fwww1.web-platform.test%3A8443%2Fservice-workers%2Fservice-worker%2Fresources%2Ffetch-access-control.py%3FPNGIMAGE" with crossOrigin "use-credentials" should be LOAD_ERROR]
expected: FAIL
[url "https://www1.web-platform.test:8443/service-workers/service-worker/resources/fetch-access-control.py?PNGIMAGE&mode=no-cors&url=https%3A%2F%2Fwww1.web-platform.test%3A8443%2Fservice-workers%2Fservice-worker%2Fresources%2Ffetch-access-control.py%3FPNGIMAGE" with crossOrigin "" should be TAINTED]
expected: FAIL
[url "https://www1.web-platform.test:8443/service-workers/service-worker/resources/fetch-access-control.py?PNGIMAGE&mode=no-cors&url=https%3A%2F%2Fwww1.web-platform.test%3A8443%2Fservice-workers%2Fservice-worker%2Fresources%2Ffetch-access-control.py%3FPNGIMAGE" with crossOrigin "anonymous" should be LOAD_ERROR]
expected: FAIL
[url "https://www1.web-platform.test:8443/service-workers/service-worker/resources/fetch-access-control.py?PNGIMAGE&mode=no-cors&url=https%3A%2F%2Fwww1.web-platform.test%3A8443%2Fservice-workers%2Fservice-worker%2Fresources%2Ffetch-access-control.py%3FPNGIMAGE" with crossOrigin "use-credentials" should be LOAD_ERROR]
expected: FAIL
[url "https://web-platform.test:8443/service-workers/service-worker/resources/fetch-access-control.py?PNGIMAGE&mode=cors&url=https%3A%2F%2Fwww1.web-platform.test%3A8443%2Fservice-workers%2Fservice-worker%2Fresources%2Ffetch-access-control.py%3FPNGIMAGE%26ACAOrigin%3Dhttps%3A%2F%2Fweb-platform.test%3A8443" with crossOrigin "" should be LOAD_ERROR]
expected: FAIL
[url "https://web-platform.test:8443/service-workers/service-worker/resources/fetch-access-control.py?PNGIMAGE&mode=cors&credentials=same-origin&url=https%3A%2F%2Fwww1.web-platform.test%3A8443%2Fservice-workers%2Fservice-worker%2Fresources%2Ffetch-access-control.py%3FPNGIMAGE%26ACAOrigin%3Dhttps%3A%2F%2Fweb-platform.test%3A8443" with crossOrigin "" should be NOT_TAINTED]
expected: FAIL
[url "https://web-platform.test:8443/service-workers/service-worker/resources/fetch-access-control.py?PNGIMAGE&mode=cors&url=https%3A%2F%2Fwww1.web-platform.test%3A8443%2Fservice-workers%2Fservice-worker%2Fresources%2Ffetch-access-control.py%3FPNGIMAGE%26ACAOrigin%3Dhttps%3A%2F%2Fweb-platform.test%3A8443" with crossOrigin "anonymous" should be NOT_TAINTED]
expected: FAIL
[url "https://web-platform.test:8443/service-workers/service-worker/resources/fetch-access-control.py?PNGIMAGE&mode=cors&url=https%3A%2F%2Fwww1.web-platform.test%3A8443%2Fservice-workers%2Fservice-worker%2Fresources%2Ffetch-access-control.py%3FPNGIMAGE%26ACAOrigin%3Dhttps%3A%2F%2Fweb-platform.test%3A8443" with crossOrigin "use-credentials" should be LOAD_ERROR]
expected: FAIL
[url "https://web-platform.test:8443/service-workers/service-worker/resources/fetch-access-control.py?PNGIMAGE&mode=cors&url=https%3A%2F%2Fwww1.web-platform.test%3A8443%2Fservice-workers%2Fservice-worker%2Fresources%2Ffetch-access-control.py%3FPNGIMAGE%26ACACredentials%3Dtrue%26ACAOrigin%3Dhttps%3A%2F%2Fweb-platform.test%3A8443" with crossOrigin "use-credentials" should be NOT_TAINTED]
expected: FAIL
[url "https://www1.web-platform.test:8443/service-workers/service-worker/resources/fetch-access-control.py?PNGIMAGE&mode=cors&url=https%3A%2F%2Fwww1.web-platform.test%3A8443%2Fservice-workers%2Fservice-worker%2Fresources%2Ffetch-access-control.py%3FPNGIMAGE%26ACAOrigin%3Dhttps%3A%2F%2Fweb-platform.test%3A8443" with crossOrigin "" should be LOAD_ERROR]
expected: FAIL
[url "https://www1.web-platform.test:8443/service-workers/service-worker/resources/fetch-access-control.py?PNGIMAGE&mode=cors&credentials=same-origin&url=https%3A%2F%2Fwww1.web-platform.test%3A8443%2Fservice-workers%2Fservice-worker%2Fresources%2Ffetch-access-control.py%3FPNGIMAGE%26ACAOrigin%3Dhttps%3A%2F%2Fweb-platform.test%3A8443" with crossOrigin "" should be NOT_TAINTED]
expected: FAIL
[url "https://www1.web-platform.test:8443/service-workers/service-worker/resources/fetch-access-control.py?PNGIMAGE&mode=cors&url=https%3A%2F%2Fwww1.web-platform.test%3A8443%2Fservice-workers%2Fservice-worker%2Fresources%2Ffetch-access-control.py%3FPNGIMAGE%26ACAOrigin%3Dhttps%3A%2F%2Fweb-platform.test%3A8443" with crossOrigin "anonymous" should be NOT_TAINTED]
expected: FAIL
[url "https://www1.web-platform.test:8443/service-workers/service-worker/resources/fetch-access-control.py?PNGIMAGE&mode=cors&url=https%3A%2F%2Fwww1.web-platform.test%3A8443%2Fservice-workers%2Fservice-worker%2Fresources%2Ffetch-access-control.py%3FPNGIMAGE%26ACAOrigin%3Dhttps%3A%2F%2Fweb-platform.test%3A8443" with crossOrigin "use-credentials" should be LOAD_ERROR]
expected: FAIL
[url "https://www1.web-platform.test:8443/service-workers/service-worker/resources/fetch-access-control.py?PNGIMAGE&mode=cors&url=https%3A%2F%2Fwww1.web-platform.test%3A8443%2Fservice-workers%2Fservice-worker%2Fresources%2Ffetch-access-control.py%3FPNGIMAGE%26ACACredentials%3Dtrue%26ACAOrigin%3Dhttps%3A%2F%2Fweb-platform.test%3A8443" with crossOrigin "use-credentials" should be NOT_TAINTED]
expected: FAIL

View file

@ -0,0 +1,117 @@
[fetch-canvas-tainting-video-cache.https.html]
[initialize global state]
expected: FAIL
[url "https://web-platform.test:8443/service-workers/service-worker/resources/fetch-access-control.py?VIDEO&cache=true&reject" with crossOrigin "" should be LOAD_ERROR]
expected: FAIL
[url "https://web-platform.test:8443/service-workers/service-worker/resources/fetch-access-control.py?VIDEO&cache=true&reject" with crossOrigin "anonymous" should be LOAD_ERROR]
expected: FAIL
[url "https://web-platform.test:8443/service-workers/service-worker/resources/fetch-access-control.py?VIDEO&cache=true&reject" with crossOrigin "use-credentials" should be LOAD_ERROR]
expected: FAIL
[url "https://web-platform.test:8443/service-workers/service-worker/resources/fetch-access-control.py?VIDEO&cache=true&ignore" with crossOrigin "" should be NOT_TAINTED]
expected: FAIL
[url "https://www1.web-platform.test:8443/service-workers/service-worker/resources/fetch-access-control.py?VIDEO&cache=true&ignore" with crossOrigin "" should be TAINTED]
expected: FAIL
[url "https://www1.web-platform.test:8443/service-workers/service-worker/resources/fetch-access-control.py?VIDEO&cache=true&ignore" with crossOrigin "anonymous" should be LOAD_ERROR]
expected: FAIL
[url "https://www1.web-platform.test:8443/service-workers/service-worker/resources/fetch-access-control.py?VIDEO&cache=true&ACAOrigin=https://web-platform.test:8443&ignore" with crossOrigin "anonymous" should be NOT_TAINTED]
expected: FAIL
[url "https://www1.web-platform.test:8443/service-workers/service-worker/resources/fetch-access-control.py?VIDEO&cache=true&ignore" with crossOrigin "use-credentials" should be LOAD_ERROR]
expected: FAIL
[url "https://www1.web-platform.test:8443/service-workers/service-worker/resources/fetch-access-control.py?VIDEO&cache=true&ACAOrigin=https://web-platform.test:8443&ignore" with crossOrigin "use-credentials" should be LOAD_ERROR]
expected: FAIL
[url "https://www1.web-platform.test:8443/service-workers/service-worker/resources/fetch-access-control.py?VIDEO&cache=true&ACAOrigin=https://web-platform.test:8443&ACACredentials=true&ignore" with crossOrigin "use-credentials" should be NOT_TAINTED]
expected: FAIL
[url "https://web-platform.test:8443/service-workers/service-worker/resources/fetch-access-control.py?VIDEO&cache=true&Auth&ignore" with crossOrigin "" should be NOT_TAINTED]
expected: FAIL
[url "https://www1.web-platform.test:8443/service-workers/service-worker/resources/fetch-access-control.py?VIDEO&cache=true&Auth&ignore" with crossOrigin "" should be TAINTED]
expected: FAIL
[url "https://www1.web-platform.test:8443/service-workers/service-worker/resources/fetch-access-control.py?VIDEO&cache=true&Auth&ignore" with crossOrigin "anonymous" should be LOAD_ERROR]
expected: FAIL
[url "https://www1.web-platform.test:8443/service-workers/service-worker/resources/fetch-access-control.py?VIDEO&cache=true&Auth&ignore" with crossOrigin "use-credentials" should be LOAD_ERROR]
expected: FAIL
[url "https://www1.web-platform.test:8443/service-workers/service-worker/resources/fetch-access-control.py?VIDEO&cache=true&Auth&ACAOrigin=https://web-platform.test:8443&ignore" with crossOrigin "use-credentials" should be LOAD_ERROR]
expected: FAIL
[url "https://www1.web-platform.test:8443/service-workers/service-worker/resources/fetch-access-control.py?VIDEO&cache=true&Auth&ACAOrigin=https://web-platform.test:8443&ACACredentials=true&ignore" with crossOrigin "use-credentials" should be NOT_TAINTED]
expected: FAIL
[url "https://web-platform.test:8443/service-workers/service-worker/resources/fetch-access-control.py?VIDEO&cache=true&mode=same-origin&url=https%3A%2F%2Fweb-platform.test%3A8443%2Fservice-workers%2Fservice-worker%2Fresources%2Ffetch-access-control.py%3FVIDEO%26cache%3Dtrue" with crossOrigin "" should be NOT_TAINTED]
expected: FAIL
[url "https://web-platform.test:8443/service-workers/service-worker/resources/fetch-access-control.py?VIDEO&cache=true&mode=same-origin&url=https%3A%2F%2Fweb-platform.test%3A8443%2Fservice-workers%2Fservice-worker%2Fresources%2Ffetch-access-control.py%3FVIDEO%26cache%3Dtrue" with crossOrigin "anonymous" should be NOT_TAINTED]
expected: FAIL
[url "https://web-platform.test:8443/service-workers/service-worker/resources/fetch-access-control.py?VIDEO&cache=true&mode=same-origin&url=https%3A%2F%2Fweb-platform.test%3A8443%2Fservice-workers%2Fservice-worker%2Fresources%2Ffetch-access-control.py%3FVIDEO%26cache%3Dtrue" with crossOrigin "use-credentials" should be NOT_TAINTED]
expected: FAIL
[url "https://www1.web-platform.test:8443/service-workers/service-worker/resources/fetch-access-control.py?VIDEO&cache=true&mode=same-origin&url=https%3A%2F%2Fweb-platform.test%3A8443%2Fservice-workers%2Fservice-worker%2Fresources%2Ffetch-access-control.py%3FVIDEO%26cache%3Dtrue" with crossOrigin "" should be NOT_TAINTED]
expected: FAIL
[url "https://www1.web-platform.test:8443/service-workers/service-worker/resources/fetch-access-control.py?VIDEO&cache=true&mode=same-origin&url=https%3A%2F%2Fweb-platform.test%3A8443%2Fservice-workers%2Fservice-worker%2Fresources%2Ffetch-access-control.py%3FVIDEO%26cache%3Dtrue" with crossOrigin "anonymous" should be NOT_TAINTED]
expected: FAIL
[url "https://www1.web-platform.test:8443/service-workers/service-worker/resources/fetch-access-control.py?VIDEO&cache=true&mode=same-origin&url=https%3A%2F%2Fweb-platform.test%3A8443%2Fservice-workers%2Fservice-worker%2Fresources%2Ffetch-access-control.py%3FVIDEO%26cache%3Dtrue" with crossOrigin "use-credentials" should be NOT_TAINTED]
expected: FAIL
[url "https://web-platform.test:8443/service-workers/service-worker/resources/fetch-access-control.py?VIDEO&cache=true&mode=no-cors&url=https%3A%2F%2Fwww1.web-platform.test%3A8443%2Fservice-workers%2Fservice-worker%2Fresources%2Ffetch-access-control.py%3FVIDEO%26cache%3Dtrue" with crossOrigin "" should be TAINTED]
expected: FAIL
[url "https://web-platform.test:8443/service-workers/service-worker/resources/fetch-access-control.py?VIDEO&cache=true&mode=no-cors&url=https%3A%2F%2Fwww1.web-platform.test%3A8443%2Fservice-workers%2Fservice-worker%2Fresources%2Ffetch-access-control.py%3FVIDEO%26cache%3Dtrue" with crossOrigin "anonymous" should be LOAD_ERROR]
expected: FAIL
[url "https://web-platform.test:8443/service-workers/service-worker/resources/fetch-access-control.py?VIDEO&cache=true&mode=no-cors&url=https%3A%2F%2Fwww1.web-platform.test%3A8443%2Fservice-workers%2Fservice-worker%2Fresources%2Ffetch-access-control.py%3FVIDEO%26cache%3Dtrue" with crossOrigin "use-credentials" should be LOAD_ERROR]
expected: FAIL
[url "https://www1.web-platform.test:8443/service-workers/service-worker/resources/fetch-access-control.py?VIDEO&cache=true&mode=no-cors&url=https%3A%2F%2Fwww1.web-platform.test%3A8443%2Fservice-workers%2Fservice-worker%2Fresources%2Ffetch-access-control.py%3FVIDEO%26cache%3Dtrue" with crossOrigin "" should be TAINTED]
expected: FAIL
[url "https://www1.web-platform.test:8443/service-workers/service-worker/resources/fetch-access-control.py?VIDEO&cache=true&mode=no-cors&url=https%3A%2F%2Fwww1.web-platform.test%3A8443%2Fservice-workers%2Fservice-worker%2Fresources%2Ffetch-access-control.py%3FVIDEO%26cache%3Dtrue" with crossOrigin "anonymous" should be LOAD_ERROR]
expected: FAIL
[url "https://www1.web-platform.test:8443/service-workers/service-worker/resources/fetch-access-control.py?VIDEO&cache=true&mode=no-cors&url=https%3A%2F%2Fwww1.web-platform.test%3A8443%2Fservice-workers%2Fservice-worker%2Fresources%2Ffetch-access-control.py%3FVIDEO%26cache%3Dtrue" with crossOrigin "use-credentials" should be LOAD_ERROR]
expected: FAIL
[url "https://web-platform.test:8443/service-workers/service-worker/resources/fetch-access-control.py?VIDEO&cache=true&mode=cors&url=https%3A%2F%2Fwww1.web-platform.test%3A8443%2Fservice-workers%2Fservice-worker%2Fresources%2Ffetch-access-control.py%3FVIDEO%26cache%3Dtrue%26ACAOrigin%3Dhttps%3A%2F%2Fweb-platform.test%3A8443" with crossOrigin "" should be LOAD_ERROR]
expected: FAIL
[url "https://web-platform.test:8443/service-workers/service-worker/resources/fetch-access-control.py?VIDEO&cache=true&mode=cors&credentials=same-origin&url=https%3A%2F%2Fwww1.web-platform.test%3A8443%2Fservice-workers%2Fservice-worker%2Fresources%2Ffetch-access-control.py%3FVIDEO%26cache%3Dtrue%26ACAOrigin%3Dhttps%3A%2F%2Fweb-platform.test%3A8443" with crossOrigin "" should be NOT_TAINTED]
expected: FAIL
[url "https://web-platform.test:8443/service-workers/service-worker/resources/fetch-access-control.py?VIDEO&cache=true&mode=cors&url=https%3A%2F%2Fwww1.web-platform.test%3A8443%2Fservice-workers%2Fservice-worker%2Fresources%2Ffetch-access-control.py%3FVIDEO%26cache%3Dtrue%26ACAOrigin%3Dhttps%3A%2F%2Fweb-platform.test%3A8443" with crossOrigin "anonymous" should be NOT_TAINTED]
expected: FAIL
[url "https://web-platform.test:8443/service-workers/service-worker/resources/fetch-access-control.py?VIDEO&cache=true&mode=cors&url=https%3A%2F%2Fwww1.web-platform.test%3A8443%2Fservice-workers%2Fservice-worker%2Fresources%2Ffetch-access-control.py%3FVIDEO%26cache%3Dtrue%26ACAOrigin%3Dhttps%3A%2F%2Fweb-platform.test%3A8443" with crossOrigin "use-credentials" should be LOAD_ERROR]
expected: FAIL
[url "https://web-platform.test:8443/service-workers/service-worker/resources/fetch-access-control.py?VIDEO&cache=true&mode=cors&url=https%3A%2F%2Fwww1.web-platform.test%3A8443%2Fservice-workers%2Fservice-worker%2Fresources%2Ffetch-access-control.py%3FVIDEO%26cache%3Dtrue%26ACACredentials%3Dtrue%26ACAOrigin%3Dhttps%3A%2F%2Fweb-platform.test%3A8443" with crossOrigin "use-credentials" should be NOT_TAINTED]
expected: FAIL
[url "https://www1.web-platform.test:8443/service-workers/service-worker/resources/fetch-access-control.py?VIDEO&cache=true&mode=cors&url=https%3A%2F%2Fwww1.web-platform.test%3A8443%2Fservice-workers%2Fservice-worker%2Fresources%2Ffetch-access-control.py%3FVIDEO%26cache%3Dtrue%26ACAOrigin%3Dhttps%3A%2F%2Fweb-platform.test%3A8443" with crossOrigin "" should be LOAD_ERROR]
expected: FAIL
[url "https://www1.web-platform.test:8443/service-workers/service-worker/resources/fetch-access-control.py?VIDEO&cache=true&mode=cors&credentials=same-origin&url=https%3A%2F%2Fwww1.web-platform.test%3A8443%2Fservice-workers%2Fservice-worker%2Fresources%2Ffetch-access-control.py%3FVIDEO%26cache%3Dtrue%26ACAOrigin%3Dhttps%3A%2F%2Fweb-platform.test%3A8443" with crossOrigin "" should be NOT_TAINTED]
expected: FAIL
[url "https://www1.web-platform.test:8443/service-workers/service-worker/resources/fetch-access-control.py?VIDEO&cache=true&mode=cors&url=https%3A%2F%2Fwww1.web-platform.test%3A8443%2Fservice-workers%2Fservice-worker%2Fresources%2Ffetch-access-control.py%3FVIDEO%26cache%3Dtrue%26ACAOrigin%3Dhttps%3A%2F%2Fweb-platform.test%3A8443" with crossOrigin "anonymous" should be NOT_TAINTED]
expected: FAIL
[url "https://www1.web-platform.test:8443/service-workers/service-worker/resources/fetch-access-control.py?VIDEO&cache=true&mode=cors&url=https%3A%2F%2Fwww1.web-platform.test%3A8443%2Fservice-workers%2Fservice-worker%2Fresources%2Ffetch-access-control.py%3FVIDEO%26cache%3Dtrue%26ACAOrigin%3Dhttps%3A%2F%2Fweb-platform.test%3A8443" with crossOrigin "use-credentials" should be LOAD_ERROR]
expected: FAIL
[url "https://www1.web-platform.test:8443/service-workers/service-worker/resources/fetch-access-control.py?VIDEO&cache=true&mode=cors&url=https%3A%2F%2Fwww1.web-platform.test%3A8443%2Fservice-workers%2Fservice-worker%2Fresources%2Ffetch-access-control.py%3FVIDEO%26cache%3Dtrue%26ACACredentials%3Dtrue%26ACAOrigin%3Dhttps%3A%2F%2Fweb-platform.test%3A8443" with crossOrigin "use-credentials" should be NOT_TAINTED]
expected: FAIL

View file

@ -0,0 +1,15 @@
[fetch-canvas-tainting-video-with-range-request.https.html]
[range responses from single origin (same-origin)]
expected: FAIL
[range responses from multiple origins (cross-origin first)]
expected: FAIL
[range responses from single origin with both opaque and non-opaque responses]
expected: FAIL
[synth and same-origin fallback range responses]
expected: FAIL
[synth and cross-origin fallback range responses]
expected: FAIL

View file

@ -0,0 +1,117 @@
[fetch-canvas-tainting-video.https.html]
[initialize global state]
expected: FAIL
[url "https://web-platform.test:8443/service-workers/service-worker/resources/fetch-access-control.py?VIDEO&reject" with crossOrigin "" should be LOAD_ERROR]
expected: FAIL
[url "https://web-platform.test:8443/service-workers/service-worker/resources/fetch-access-control.py?VIDEO&reject" with crossOrigin "anonymous" should be LOAD_ERROR]
expected: FAIL
[url "https://web-platform.test:8443/service-workers/service-worker/resources/fetch-access-control.py?VIDEO&reject" with crossOrigin "use-credentials" should be LOAD_ERROR]
expected: FAIL
[url "https://web-platform.test:8443/service-workers/service-worker/resources/fetch-access-control.py?VIDEO&ignore" with crossOrigin "" should be NOT_TAINTED]
expected: FAIL
[url "https://www1.web-platform.test:8443/service-workers/service-worker/resources/fetch-access-control.py?VIDEO&ignore" with crossOrigin "" should be TAINTED]
expected: FAIL
[url "https://www1.web-platform.test:8443/service-workers/service-worker/resources/fetch-access-control.py?VIDEO&ignore" with crossOrigin "anonymous" should be LOAD_ERROR]
expected: FAIL
[url "https://www1.web-platform.test:8443/service-workers/service-worker/resources/fetch-access-control.py?VIDEO&ACAOrigin=https://web-platform.test:8443&ignore" with crossOrigin "anonymous" should be NOT_TAINTED]
expected: FAIL
[url "https://www1.web-platform.test:8443/service-workers/service-worker/resources/fetch-access-control.py?VIDEO&ignore" with crossOrigin "use-credentials" should be LOAD_ERROR]
expected: FAIL
[url "https://www1.web-platform.test:8443/service-workers/service-worker/resources/fetch-access-control.py?VIDEO&ACAOrigin=https://web-platform.test:8443&ignore" with crossOrigin "use-credentials" should be LOAD_ERROR]
expected: FAIL
[url "https://www1.web-platform.test:8443/service-workers/service-worker/resources/fetch-access-control.py?VIDEO&ACAOrigin=https://web-platform.test:8443&ACACredentials=true&ignore" with crossOrigin "use-credentials" should be NOT_TAINTED]
expected: FAIL
[url "https://web-platform.test:8443/service-workers/service-worker/resources/fetch-access-control.py?VIDEO&Auth&ignore" with crossOrigin "" should be NOT_TAINTED]
expected: FAIL
[url "https://www1.web-platform.test:8443/service-workers/service-worker/resources/fetch-access-control.py?VIDEO&Auth&ignore" with crossOrigin "" should be TAINTED]
expected: FAIL
[url "https://www1.web-platform.test:8443/service-workers/service-worker/resources/fetch-access-control.py?VIDEO&Auth&ignore" with crossOrigin "anonymous" should be LOAD_ERROR]
expected: FAIL
[url "https://www1.web-platform.test:8443/service-workers/service-worker/resources/fetch-access-control.py?VIDEO&Auth&ignore" with crossOrigin "use-credentials" should be LOAD_ERROR]
expected: FAIL
[url "https://www1.web-platform.test:8443/service-workers/service-worker/resources/fetch-access-control.py?VIDEO&Auth&ACAOrigin=https://web-platform.test:8443&ignore" with crossOrigin "use-credentials" should be LOAD_ERROR]
expected: FAIL
[url "https://www1.web-platform.test:8443/service-workers/service-worker/resources/fetch-access-control.py?VIDEO&Auth&ACAOrigin=https://web-platform.test:8443&ACACredentials=true&ignore" with crossOrigin "use-credentials" should be NOT_TAINTED]
expected: FAIL
[url "https://web-platform.test:8443/service-workers/service-worker/resources/fetch-access-control.py?VIDEO&mode=same-origin&url=https%3A%2F%2Fweb-platform.test%3A8443%2Fservice-workers%2Fservice-worker%2Fresources%2Ffetch-access-control.py%3FVIDEO" with crossOrigin "" should be NOT_TAINTED]
expected: FAIL
[url "https://web-platform.test:8443/service-workers/service-worker/resources/fetch-access-control.py?VIDEO&mode=same-origin&url=https%3A%2F%2Fweb-platform.test%3A8443%2Fservice-workers%2Fservice-worker%2Fresources%2Ffetch-access-control.py%3FVIDEO" with crossOrigin "anonymous" should be NOT_TAINTED]
expected: FAIL
[url "https://web-platform.test:8443/service-workers/service-worker/resources/fetch-access-control.py?VIDEO&mode=same-origin&url=https%3A%2F%2Fweb-platform.test%3A8443%2Fservice-workers%2Fservice-worker%2Fresources%2Ffetch-access-control.py%3FVIDEO" with crossOrigin "use-credentials" should be NOT_TAINTED]
expected: FAIL
[url "https://www1.web-platform.test:8443/service-workers/service-worker/resources/fetch-access-control.py?VIDEO&mode=same-origin&url=https%3A%2F%2Fweb-platform.test%3A8443%2Fservice-workers%2Fservice-worker%2Fresources%2Ffetch-access-control.py%3FVIDEO" with crossOrigin "" should be NOT_TAINTED]
expected: FAIL
[url "https://www1.web-platform.test:8443/service-workers/service-worker/resources/fetch-access-control.py?VIDEO&mode=same-origin&url=https%3A%2F%2Fweb-platform.test%3A8443%2Fservice-workers%2Fservice-worker%2Fresources%2Ffetch-access-control.py%3FVIDEO" with crossOrigin "anonymous" should be NOT_TAINTED]
expected: FAIL
[url "https://www1.web-platform.test:8443/service-workers/service-worker/resources/fetch-access-control.py?VIDEO&mode=same-origin&url=https%3A%2F%2Fweb-platform.test%3A8443%2Fservice-workers%2Fservice-worker%2Fresources%2Ffetch-access-control.py%3FVIDEO" with crossOrigin "use-credentials" should be NOT_TAINTED]
expected: FAIL
[url "https://web-platform.test:8443/service-workers/service-worker/resources/fetch-access-control.py?VIDEO&mode=no-cors&url=https%3A%2F%2Fwww1.web-platform.test%3A8443%2Fservice-workers%2Fservice-worker%2Fresources%2Ffetch-access-control.py%3FVIDEO" with crossOrigin "" should be TAINTED]
expected: FAIL
[url "https://web-platform.test:8443/service-workers/service-worker/resources/fetch-access-control.py?VIDEO&mode=no-cors&url=https%3A%2F%2Fwww1.web-platform.test%3A8443%2Fservice-workers%2Fservice-worker%2Fresources%2Ffetch-access-control.py%3FVIDEO" with crossOrigin "anonymous" should be LOAD_ERROR]
expected: FAIL
[url "https://web-platform.test:8443/service-workers/service-worker/resources/fetch-access-control.py?VIDEO&mode=no-cors&url=https%3A%2F%2Fwww1.web-platform.test%3A8443%2Fservice-workers%2Fservice-worker%2Fresources%2Ffetch-access-control.py%3FVIDEO" with crossOrigin "use-credentials" should be LOAD_ERROR]
expected: FAIL
[url "https://www1.web-platform.test:8443/service-workers/service-worker/resources/fetch-access-control.py?VIDEO&mode=no-cors&url=https%3A%2F%2Fwww1.web-platform.test%3A8443%2Fservice-workers%2Fservice-worker%2Fresources%2Ffetch-access-control.py%3FVIDEO" with crossOrigin "" should be TAINTED]
expected: FAIL
[url "https://www1.web-platform.test:8443/service-workers/service-worker/resources/fetch-access-control.py?VIDEO&mode=no-cors&url=https%3A%2F%2Fwww1.web-platform.test%3A8443%2Fservice-workers%2Fservice-worker%2Fresources%2Ffetch-access-control.py%3FVIDEO" with crossOrigin "anonymous" should be LOAD_ERROR]
expected: FAIL
[url "https://www1.web-platform.test:8443/service-workers/service-worker/resources/fetch-access-control.py?VIDEO&mode=no-cors&url=https%3A%2F%2Fwww1.web-platform.test%3A8443%2Fservice-workers%2Fservice-worker%2Fresources%2Ffetch-access-control.py%3FVIDEO" with crossOrigin "use-credentials" should be LOAD_ERROR]
expected: FAIL
[url "https://web-platform.test:8443/service-workers/service-worker/resources/fetch-access-control.py?VIDEO&mode=cors&url=https%3A%2F%2Fwww1.web-platform.test%3A8443%2Fservice-workers%2Fservice-worker%2Fresources%2Ffetch-access-control.py%3FVIDEO%26ACAOrigin%3Dhttps%3A%2F%2Fweb-platform.test%3A8443" with crossOrigin "" should be LOAD_ERROR]
expected: FAIL
[url "https://web-platform.test:8443/service-workers/service-worker/resources/fetch-access-control.py?VIDEO&mode=cors&credentials=same-origin&url=https%3A%2F%2Fwww1.web-platform.test%3A8443%2Fservice-workers%2Fservice-worker%2Fresources%2Ffetch-access-control.py%3FVIDEO%26ACAOrigin%3Dhttps%3A%2F%2Fweb-platform.test%3A8443" with crossOrigin "" should be NOT_TAINTED]
expected: FAIL
[url "https://web-platform.test:8443/service-workers/service-worker/resources/fetch-access-control.py?VIDEO&mode=cors&url=https%3A%2F%2Fwww1.web-platform.test%3A8443%2Fservice-workers%2Fservice-worker%2Fresources%2Ffetch-access-control.py%3FVIDEO%26ACAOrigin%3Dhttps%3A%2F%2Fweb-platform.test%3A8443" with crossOrigin "anonymous" should be NOT_TAINTED]
expected: FAIL
[url "https://web-platform.test:8443/service-workers/service-worker/resources/fetch-access-control.py?VIDEO&mode=cors&url=https%3A%2F%2Fwww1.web-platform.test%3A8443%2Fservice-workers%2Fservice-worker%2Fresources%2Ffetch-access-control.py%3FVIDEO%26ACAOrigin%3Dhttps%3A%2F%2Fweb-platform.test%3A8443" with crossOrigin "use-credentials" should be LOAD_ERROR]
expected: FAIL
[url "https://web-platform.test:8443/service-workers/service-worker/resources/fetch-access-control.py?VIDEO&mode=cors&url=https%3A%2F%2Fwww1.web-platform.test%3A8443%2Fservice-workers%2Fservice-worker%2Fresources%2Ffetch-access-control.py%3FVIDEO%26ACACredentials%3Dtrue%26ACAOrigin%3Dhttps%3A%2F%2Fweb-platform.test%3A8443" with crossOrigin "use-credentials" should be NOT_TAINTED]
expected: FAIL
[url "https://www1.web-platform.test:8443/service-workers/service-worker/resources/fetch-access-control.py?VIDEO&mode=cors&url=https%3A%2F%2Fwww1.web-platform.test%3A8443%2Fservice-workers%2Fservice-worker%2Fresources%2Ffetch-access-control.py%3FVIDEO%26ACAOrigin%3Dhttps%3A%2F%2Fweb-platform.test%3A8443" with crossOrigin "" should be LOAD_ERROR]
expected: FAIL
[url "https://www1.web-platform.test:8443/service-workers/service-worker/resources/fetch-access-control.py?VIDEO&mode=cors&credentials=same-origin&url=https%3A%2F%2Fwww1.web-platform.test%3A8443%2Fservice-workers%2Fservice-worker%2Fresources%2Ffetch-access-control.py%3FVIDEO%26ACAOrigin%3Dhttps%3A%2F%2Fweb-platform.test%3A8443" with crossOrigin "" should be NOT_TAINTED]
expected: FAIL
[url "https://www1.web-platform.test:8443/service-workers/service-worker/resources/fetch-access-control.py?VIDEO&mode=cors&url=https%3A%2F%2Fwww1.web-platform.test%3A8443%2Fservice-workers%2Fservice-worker%2Fresources%2Ffetch-access-control.py%3FVIDEO%26ACAOrigin%3Dhttps%3A%2F%2Fweb-platform.test%3A8443" with crossOrigin "anonymous" should be NOT_TAINTED]
expected: FAIL
[url "https://www1.web-platform.test:8443/service-workers/service-worker/resources/fetch-access-control.py?VIDEO&mode=cors&url=https%3A%2F%2Fwww1.web-platform.test%3A8443%2Fservice-workers%2Fservice-worker%2Fresources%2Ffetch-access-control.py%3FVIDEO%26ACAOrigin%3Dhttps%3A%2F%2Fweb-platform.test%3A8443" with crossOrigin "use-credentials" should be LOAD_ERROR]
expected: FAIL
[url "https://www1.web-platform.test:8443/service-workers/service-worker/resources/fetch-access-control.py?VIDEO&mode=cors&url=https%3A%2F%2Fwww1.web-platform.test%3A8443%2Fservice-workers%2Fservice-worker%2Fresources%2Ffetch-access-control.py%3FVIDEO%26ACACredentials%3Dtrue%26ACAOrigin%3Dhttps%3A%2F%2Fweb-platform.test%3A8443" with crossOrigin "use-credentials" should be NOT_TAINTED]
expected: FAIL

View file

@ -0,0 +1,3 @@
[fetch-cors-exposed-header-names.https.html]
[CORS-exposed header names for a response from sw]
expected: FAIL

View file

@ -0,0 +1,3 @@
[fetch-cors-xhr.https.html]
[Verify CORS XHR of fetch() in a Service Worker]
expected: FAIL

View file

@ -0,0 +1,3 @@
[fetch-csp.https.html]
[Verify CSP control of fetch() in a Service Worker]
expected: FAIL

View file

@ -0,0 +1,6 @@
[fetch-error.https.html]
[Setup service worker]
expected: FAIL
[Make sure a load that makes progress does not time out]
expected: FAIL

View file

@ -0,0 +1,3 @@
[fetch-event-add-async.https.html]
[Service Worker: Fetch event added asynchronously doesn't throw]
expected: FAIL

View file

@ -0,0 +1,6 @@
[fetch-event-after-navigation-within-page.https.html]
[Service Worker should respond to fetch event after the hash changes]
expected: FAIL
[Service Worker should respond to fetch event after the pushState]
expected: FAIL

View file

@ -0,0 +1,12 @@
[fetch-event-async-respond-with.https.html]
[global setup]
expected: FAIL
[respondWith in a task throws InvalidStateError]
expected: FAIL
[respondWith in a microtask does not throw]
expected: FAIL
[global cleanup]
expected: FAIL

View file

@ -0,0 +1,25 @@
[fetch-event-handled.https.html]
expected: ERROR
[global setup]
expected: FAIL
[FetchEvent.handled should resolve when respondWith() is not called for a navigation request]
expected: TIMEOUT
[FetchEvent.handled should resolve when respondWith() is not called for a sub-resource request]
expected: NOTRUN
[FetchEvent.handled should reject when respondWith() is not called and the event is canceled]
expected: NOTRUN
[FetchEvent.handled should resolve when the promise provided to respondWith() is resolved]
expected: NOTRUN
[FetchEvent.handled should reject when the promise provided to respondWith() is resolved to an invalid response]
expected: NOTRUN
[FetchEvent.handled should reject when the promise provided to respondWith() is rejected]
expected: NOTRUN
[global cleanup]
expected: NOTRUN

View file

@ -0,0 +1,3 @@
[fetch-event-network-error.https.html]
[Rejecting the fetch event or using preventDefault() causes a network error]
expected: FAIL

View file

@ -0,0 +1,165 @@
[fetch-event-redirect.https.html]
[initialize global state]
expected: FAIL
[Non-navigation, manual redirect, cors mode Request redirected to same-origin without credentials should succeed opaqueredirect interception and response should not be redirected]
expected: FAIL
[Non-navigation, manual redirect, cors mode Request redirected to no-cors without credentials should succeed opaqueredirect interception and response should not be redirected]
expected: FAIL
[Non-navigation, manual redirect, cors mode Request redirected to cors without credentials should succeed opaqueredirect interception and response should not be redirected]
expected: FAIL
[Non-navigation, manual redirect, same-origin mode Request redirected to same-origin without credentials should succeed opaqueredirect interception and response should not be redirected]
expected: FAIL
[Non-navigation, manual redirect, same-origin mode Request redirected to no-cors without credentials should succeed opaqueredirect interception and response should not be redirected]
expected: FAIL
[Non-navigation, manual redirect, same-origin mode Request redirected to cors without credentials should succeed opaqueredirect interception and response should not be redirected]
expected: FAIL
[Non-navigation, manual redirect, no-cors mode Request redirected to same-origin without credentials should succeed opaqueredirect interception and response should not be redirected]
expected: FAIL
[Non-navigation, manual redirect, no-cors mode Request redirected to no-cors without credentials should succeed opaqueredirect interception and response should not be redirected]
expected: FAIL
[Non-navigation, manual redirect, no-cors mode Request redirected to cors without credentials should succeed opaqueredirect interception and response should not be redirected]
expected: FAIL
[Non-navigation, manual redirect, cors mode Request redirected to same-origin with credentials should succeed opaqueredirect interception and response should not be redirected]
expected: FAIL
[Non-navigation, manual redirect, cors mode Request redirected to no-cors with credentials should succeed opaqueredirect interception and response should not be redirected]
expected: FAIL
[Non-navigation, manual redirect, cors mode Request redirected to cors with credentials should succeed opaqueredirect interception and response should not be redirected]
expected: FAIL
[Non-navigation, manual redirect, same-origin mode Request redirected to same-origin with credentials should succeed opaqueredirect interception and response should not be redirected]
expected: FAIL
[Non-navigation, manual redirect, same-origin mode Request redirected to no-cors with credentials should succeed opaqueredirect interception and response should not be redirected]
expected: FAIL
[Non-navigation, manual redirect, same-origin mode Request redirected to cors with credentials should succeed opaqueredirect interception and response should not be redirected]
expected: FAIL
[Non-navigation, manual redirect, no-cors mode Request redirected to same-origin with credentials should succeed opaqueredirect interception and response should not be redirected]
expected: FAIL
[Non-navigation, manual redirect, no-cors mode Request redirected to no-cors with credentials should succeed opaqueredirect interception and response should not be redirected]
expected: FAIL
[Non-navigation, manual redirect, no-cors mode Request redirected to cors with credentials should succeed opaqueredirect interception and response should not be redirected]
expected: FAIL
[Non-navigation, follow redirect, cors mode Request redirected to same-origin without credentials should succeed interception and response should be redirected]
expected: FAIL
[Non-navigation, follow redirect, cors mode Request redirected to no-cors without credentials should fail interception and response should not be redirected]
expected: FAIL
[Non-navigation, follow redirect, cors mode Request redirected to cors without credentials should succeed interception and response should be redirected]
expected: FAIL
[Non-navigation, follow redirect, same-origin mode Request redirected to same-origin without credentials should succeed interception and response should be redirected]
expected: FAIL
[Non-navigation, follow redirect, same-origin mode Request redirected to no-cors without credentials should fail interception and response should not be redirected]
expected: FAIL
[Non-navigation, follow redirect, same-origin mode Request redirected to cors without credentials should fail interception and response should not be redirected]
expected: FAIL
[Non-navigation, follow redirect, no-cors mode Request redirected to same-origin without credentials should succeed interception and response should be redirected]
expected: FAIL
[Non-navigation, follow redirect, no-cors mode Request redirected to no-cors without credentials should succeed interception and response should not be redirected]
expected: FAIL
[Non-navigation, follow redirect, no-cors mode Request redirected to cors without credentials should succeed interception and response should not be redirected]
expected: FAIL
[Non-navigation, follow redirect, cors mode Request redirected to same-origin with credentials should succeed interception and response should be redirected]
expected: FAIL
[Non-navigation, follow redirect, cors mode Request redirected to no-cors with credentials should fail interception and response should not be redirected]
expected: FAIL
[Non-navigation, follow redirect, cors mode Request redirected to cors with credentials should fail interception and response should be redirected]
expected: FAIL
[Non-navigation, follow redirect, same-origin mode Request redirected to same-origin with credentials should succeed interception and response should be redirected]
expected: FAIL
[Non-navigation, follow redirect, same-origin mode Request redirected to no-cors with credentials should fail interception and response should not be redirected]
expected: FAIL
[Non-navigation, follow redirect, same-origin mode Request redirected to cors with credentials should fail interception and response should not be redirected]
expected: FAIL
[Non-navigation, follow redirect, no-cors mode Request redirected to same-origin with credentials should succeed interception and response should be redirected]
expected: FAIL
[Non-navigation, follow redirect, no-cors mode Request redirected to no-cors with credentials should succeed interception and response should not be redirected]
expected: FAIL
[Non-navigation, follow redirect, no-cors mode Request redirected to cors with credentials should succeed interception and response should not be redirected]
expected: FAIL
[Non-navigation, error redirect, cors mode Request redirected to same-origin without credentials should fail interception and response should not be redirected]
expected: FAIL
[Non-navigation, error redirect, cors mode Request redirected to no-cors without credentials should fail interception and response should not be redirected]
expected: FAIL
[Non-navigation, error redirect, cors mode Request redirected to cors without credentials should fail interception and response should not be redirected]
expected: FAIL
[Non-navigation, error redirect, same-origin mode Request redirected to same-origin without credentials should fail interception and response should not be redirected]
expected: FAIL
[Non-navigation, error redirect, same-origin mode Request redirected to no-cors without credentials should fail interception and response should not be redirected]
expected: FAIL
[Non-navigation, error redirect, same-origin mode Request redirected to cors without credentials should fail interception and response should not be redirected]
expected: FAIL
[Non-navigation, error redirect, no-cors mode Request redirected to same-origin without credentials should fail interception and response should not be redirected]
expected: FAIL
[Non-navigation, error redirect, no-cors mode Request redirected to no-cors without credentials should fail interception and response should not be redirected]
expected: FAIL
[Non-navigation, error redirect, no-cors mode Request redirected to cors without credentials should fail interception and response should not be redirected]
expected: FAIL
[Non-navigation, error redirect, cors mode Request redirected to same-origin with credentials should fail interception and response should not be redirected]
expected: FAIL
[Non-navigation, error redirect, cors mode Request redirected to no-cors with credentials should fail interception and response should not be redirected]
expected: FAIL
[Non-navigation, error redirect, cors mode Request redirected to cors with credentials should fail interception and response should not be redirected]
expected: FAIL
[Non-navigation, error redirect, same-origin mode Request redirected to same-origin with credentials should fail interception and response should not be redirected]
expected: FAIL
[Non-navigation, error redirect, same-origin mode Request redirected to no-cors with credentials should fail interception and response should not be redirected]
expected: FAIL
[Non-navigation, error redirect, same-origin mode Request redirected to cors with credentials should fail interception and response should not be redirected]
expected: FAIL
[Non-navigation, error redirect, no-cors mode Request redirected to same-origin with credentials should fail interception and response should not be redirected]
expected: FAIL
[Non-navigation, error redirect, no-cors mode Request redirected to no-cors with credentials should fail interception and response should not be redirected]
expected: FAIL
[Non-navigation, error redirect, no-cors mode Request redirected to cors with credentials should fail interception and response should not be redirected]
expected: FAIL

View file

@ -0,0 +1,3 @@
[fetch-event-referrer-policy.https.html]
[Service Worker responds to fetch event with the referrer policy]
expected: FAIL

View file

@ -0,0 +1,3 @@
[fetch-event-respond-with-argument.https.html]
[respondWith() takes either a Response or a promise that resolves with a Response. Other values should raise a network error.]
expected: FAIL

View file

@ -0,0 +1,3 @@
[fetch-event-respond-with-body-loaded-in-chunk.https.html]
[Respond by chunks with a Response being loaded]
expected: FAIL

View file

@ -0,0 +1,33 @@
[fetch-event-respond-with-custom-response.https.html]
[Subresource built from a string]
expected: FAIL
[Subresource built from a blob]
expected: FAIL
[Subresource built from a buffer]
expected: FAIL
[Subresource built from a buffer-view]
expected: FAIL
[Subresource built from form-data]
expected: FAIL
[Subresource built from search-params]
expected: FAIL
[Navigation resource built from a string]
expected: FAIL
[Navigation resource built from a blob]
expected: FAIL
[Navigation resource built from a buffer]
expected: FAIL
[Navigation resource built from a buffer-view]
expected: FAIL
[Navigation resource built from search-params]
expected: FAIL

View file

@ -0,0 +1,3 @@
[fetch-event-respond-with-partial-stream.https.html]
[respondWith() streams data to an intercepted fetch()]
expected: FAIL

View file

@ -0,0 +1,3 @@
[fetch-event-respond-with-readable-stream-chunk.https.html]
[Respond by chunks with a Response built from a ReadableStream]
expected: FAIL

View file

@ -0,0 +1,30 @@
[fetch-event-respond-with-readable-stream.https.html]
[Subresource built from a ReadableStream]
expected: FAIL
[Main resource built from a ReadableStream]
expected: FAIL
[Subresource built from a ReadableStream - delayed]
expected: FAIL
[Main resource built from a ReadableStream - delayed]
expected: FAIL
[Subresource built from a ReadableStream - fetch stream]
expected: FAIL
[Main resource built from a ReadableStream - fetch stream]
expected: FAIL
[Cancellation in the page should be observable in the service worker with nonempty stream]
expected: FAIL
[Abort in the page should be observable in the service worker with nonempty stream]
expected: FAIL
[Cancellation in the page should be observable in the service worker with empty stream]
expected: FAIL
[Abort in the page should be observable in the service worker with empty stream]
expected: FAIL

View file

@ -0,0 +1,3 @@
[fetch-event-respond-with-response-body-with-invalid-chunk.https.html]
[Response with a ReadableStream having non-Uint8Array chunks should be transferred as errored]
expected: FAIL

View file

@ -0,0 +1,3 @@
[fetch-event-respond-with-stops-propagation.https.html]
[respondWith() invokes stopImmediatePropagation()]
expected: FAIL

View file

@ -0,0 +1,3 @@
[fetch-event-throws-after-respond-with.https.html]
[Fetch event handler throws after a successful respondWith()]
expected: FAIL

Some files were not shown because too many files have changed in this diff Show more