mirror of
https://github.com/servo/servo.git
synced 2025-08-12 08:55:32 +01:00
Enable service worker WPT tests. (#36221)
Signed-off-by: Josh Matthews <josh@joshmatthews.net>
This commit is contained in:
parent
5f4624d8d5
commit
ee95ef53fb
314 changed files with 5348 additions and 35 deletions
25
tests/wpt/meta/service-workers/service-worker/Service-Worker-Allowed-header.https.html.ini
vendored
Normal file
25
tests/wpt/meta/service-workers/service-worker/Service-Worker-Allowed-header.https.html.ini
vendored
Normal 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
|
3
tests/wpt/meta/service-workers/service-worker/ServiceWorkerGlobalScope/close.https.html.ini
vendored
Normal file
3
tests/wpt/meta/service-workers/service-worker/ServiceWorkerGlobalScope/close.https.html.ini
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
[close.https.html]
|
||||
[ServiceWorkerGlobalScope: close operation]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[error-message-event.https.html]
|
||||
expected: CRASH
|
|
@ -0,0 +1,3 @@
|
|||
[extendable-message-event-constructor.https.html]
|
||||
[ServiceWorkerGlobalScope: ExtendableMessageEvent Constructor]
|
||||
expected: FAIL
|
|
@ -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
|
|
@ -0,0 +1,2 @@
|
|||
[fetch-on-the-right-interface.https.any.serviceworker.html]
|
||||
expected: ERROR
|
|
@ -0,0 +1,3 @@
|
|||
[isSecureContext.https.html]
|
||||
[Setting up tests]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[message-event-ports.https.html]
|
||||
expected: CRASH
|
|
@ -0,0 +1,6 @@
|
|||
[postmessage.https.html]
|
||||
[Post loopback messages]
|
||||
expected: FAIL
|
||||
|
||||
[Post messages among service workers]
|
||||
expected: FAIL
|
|
@ -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
|
|
@ -0,0 +1,3 @@
|
|||
[service-worker-error-event.https.html]
|
||||
[Error handlers inside serviceworker should see the attributes of ErrorEvent]
|
||||
expected: FAIL
|
12
tests/wpt/meta/service-workers/service-worker/ServiceWorkerGlobalScope/unregister.https.html.ini
vendored
Normal file
12
tests/wpt/meta/service-workers/service-worker/ServiceWorkerGlobalScope/unregister.https.html.ini
vendored
Normal 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
|
3
tests/wpt/meta/service-workers/service-worker/ServiceWorkerGlobalScope/update.https.html.ini
vendored
Normal file
3
tests/wpt/meta/service-workers/service-worker/ServiceWorkerGlobalScope/update.https.html.ini
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
[update.https.html]
|
||||
[Update a registration on ServiceWorkerGlobalScope]
|
||||
expected: FAIL
|
21
tests/wpt/meta/service-workers/service-worker/about-blank-replacement.https.html.ini
vendored
Normal file
21
tests/wpt/meta/service-workers/service-worker/about-blank-replacement.https.html.ini
vendored
Normal 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
|
|
@ -0,0 +1,3 @@
|
|||
[activate-event-after-install-state-change.https.html]
|
||||
[installed event should be fired before activating service worker]
|
||||
expected: FAIL
|
3
tests/wpt/meta/service-workers/service-worker/activation-after-registration.https.html.ini
vendored
Normal file
3
tests/wpt/meta/service-workers/service-worker/activation-after-registration.https.html.ini
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
[activation-after-registration.https.html]
|
||||
[activation occurs after registration]
|
||||
expected: FAIL
|
12
tests/wpt/meta/service-workers/service-worker/activation.https.html.ini
vendored
Normal file
12
tests/wpt/meta/service-workers/service-worker/activation.https.html.ini
vendored
Normal 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
|
7
tests/wpt/meta/service-workers/service-worker/active.https.html.ini
vendored
Normal file
7
tests/wpt/meta/service-workers/service-worker/active.https.html.ini
vendored
Normal 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
|
2
tests/wpt/meta/service-workers/service-worker/claim-affect-other-registration.https.html.ini
vendored
Normal file
2
tests/wpt/meta/service-workers/service-worker/claim-affect-other-registration.https.html.ini
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
[claim-affect-other-registration.https.html]
|
||||
expected: CRASH
|
3
tests/wpt/meta/service-workers/service-worker/claim-fetch.https.html.ini
vendored
Normal file
3
tests/wpt/meta/service-workers/service-worker/claim-fetch.https.html.ini
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
[claim-fetch.https.html]
|
||||
[fetch() should be intercepted after the client is claimed.]
|
||||
expected: FAIL
|
2
tests/wpt/meta/service-workers/service-worker/claim-not-using-registration.https.html.ini
vendored
Normal file
2
tests/wpt/meta/service-workers/service-worker/claim-not-using-registration.https.html.ini
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
[claim-not-using-registration.https.html]
|
||||
expected: CRASH
|
3
tests/wpt/meta/service-workers/service-worker/claim-shared-worker-fetch.https.html.ini
vendored
Normal file
3
tests/wpt/meta/service-workers/service-worker/claim-shared-worker-fetch.https.html.ini
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
[claim-shared-worker-fetch.https.html]
|
||||
[fetch() in SharedWorker should be intercepted after the client is claimed.]
|
||||
expected: FAIL
|
6
tests/wpt/meta/service-workers/service-worker/claim-using-registration.https.html.ini
vendored
Normal file
6
tests/wpt/meta/service-workers/service-worker/claim-using-registration.https.html.ini
vendored
Normal 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
|
2
tests/wpt/meta/service-workers/service-worker/claim-with-redirect.https.html.ini
vendored
Normal file
2
tests/wpt/meta/service-workers/service-worker/claim-with-redirect.https.html.ini
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
[claim-with-redirect.https.html]
|
||||
expected: CRASH
|
18
tests/wpt/meta/service-workers/service-worker/claim-worker-fetch.https.html.ini
vendored
Normal file
18
tests/wpt/meta/service-workers/service-worker/claim-worker-fetch.https.html.ini
vendored
Normal 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
|
3
tests/wpt/meta/service-workers/service-worker/client-id.https.html.ini
vendored
Normal file
3
tests/wpt/meta/service-workers/service-worker/client-id.https.html.ini
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
[client-id.https.html]
|
||||
[Client.id returns the client's ID.]
|
||||
expected: FAIL
|
15
tests/wpt/meta/service-workers/service-worker/client-navigate.https.html.ini
vendored
Normal file
15
tests/wpt/meta/service-workers/service-worker/client-navigate.https.html.ini
vendored
Normal 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
|
3
tests/wpt/meta/service-workers/service-worker/client-url-of-blob-url-worker.https.html.ini
vendored
Normal file
3
tests/wpt/meta/service-workers/service-worker/client-url-of-blob-url-worker.https.html.ini
vendored
Normal 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
|
3
tests/wpt/meta/service-workers/service-worker/clients-get-client-types.https.html.ini
vendored
Normal file
3
tests/wpt/meta/service-workers/service-worker/clients-get-client-types.https.html.ini
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
[clients-get-client-types.https.html]
|
||||
[Test Clients.get() with window and worker clients]
|
||||
expected: FAIL
|
3
tests/wpt/meta/service-workers/service-worker/clients-get-cross-origin.https.html.ini
vendored
Normal file
3
tests/wpt/meta/service-workers/service-worker/clients-get-cross-origin.https.html.ini
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
[clients-get-cross-origin.https.html]
|
||||
[Test Clients.get() cross origin]
|
||||
expected: FAIL
|
18
tests/wpt/meta/service-workers/service-worker/clients-get-resultingClientId.https.html.ini
vendored
Normal file
18
tests/wpt/meta/service-workers/service-worker/clients-get-resultingClientId.https.html.ini
vendored
Normal 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
|
9
tests/wpt/meta/service-workers/service-worker/clients-get.https.html.ini
vendored
Normal file
9
tests/wpt/meta/service-workers/service-worker/clients-get.https.html.ini
vendored
Normal 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
|
|
@ -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
|
6
tests/wpt/meta/service-workers/service-worker/clients-matchall-client-types.https.html.ini
vendored
Normal file
6
tests/wpt/meta/service-workers/service-worker/clients-matchall-client-types.https.html.ini
vendored
Normal 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
|
|
@ -0,0 +1,3 @@
|
|||
[clients-matchall-exact-controller.https.html]
|
||||
[Test Clients.matchAll() with exact controller]
|
||||
expected: FAIL
|
3
tests/wpt/meta/service-workers/service-worker/clients-matchall-frozen.https.html.ini
vendored
Normal file
3
tests/wpt/meta/service-workers/service-worker/clients-matchall-frozen.https.html.ini
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
[clients-matchall-frozen.https.html]
|
||||
[Test Clients.matchAll()]
|
||||
expected: FAIL
|
|
@ -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
|
3
tests/wpt/meta/service-workers/service-worker/clients-matchall-on-evaluation.https.html.ini
vendored
Normal file
3
tests/wpt/meta/service-workers/service-worker/clients-matchall-on-evaluation.https.html.ini
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
[clients-matchall-on-evaluation.https.html]
|
||||
[Test Clients.matchAll() on script evaluation]
|
||||
expected: FAIL
|
21
tests/wpt/meta/service-workers/service-worker/clients-matchall-order.https.html.ini
vendored
Normal file
21
tests/wpt/meta/service-workers/service-worker/clients-matchall-order.https.html.ini
vendored
Normal 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
|
3
tests/wpt/meta/service-workers/service-worker/clients-matchall.https.html.ini
vendored
Normal file
3
tests/wpt/meta/service-workers/service-worker/clients-matchall.https.html.ini
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
[clients-matchall.https.html]
|
||||
[Test Clients.matchAll()]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[controlled-dedicatedworker-postMessage.https.html]
|
||||
expected: CRASH
|
2
tests/wpt/meta/service-workers/service-worker/controlled-iframe-postMessage.https.html.ini
vendored
Normal file
2
tests/wpt/meta/service-workers/service-worker/controlled-iframe-postMessage.https.html.ini
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
[controlled-iframe-postMessage.https.html]
|
||||
expected: CRASH
|
3
tests/wpt/meta/service-workers/service-worker/controller-on-disconnect.https.html.ini
vendored
Normal file
3
tests/wpt/meta/service-workers/service-worker/controller-on-disconnect.https.html.ini
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
[controller-on-disconnect.https.html]
|
||||
[controller is cleared on disconnected window]
|
||||
expected: FAIL
|
3
tests/wpt/meta/service-workers/service-worker/controller-on-load.https.html.ini
vendored
Normal file
3
tests/wpt/meta/service-workers/service-worker/controller-on-load.https.html.ini
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
[controller-on-load.https.html]
|
||||
[controller is set for a controlled document]
|
||||
expected: FAIL
|
3
tests/wpt/meta/service-workers/service-worker/controller-on-reload.https.html.ini
vendored
Normal file
3
tests/wpt/meta/service-workers/service-worker/controller-on-reload.https.html.ini
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
[controller-on-reload.https.html]
|
||||
[controller is set upon reload after registration]
|
||||
expected: FAIL
|
|
@ -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
|
12
tests/wpt/meta/service-workers/service-worker/credentials.https.html.ini
vendored
Normal file
12
tests/wpt/meta/service-workers/service-worker/credentials.https.html.ini
vendored
Normal 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
|
3
tests/wpt/meta/service-workers/service-worker/data-iframe.html.ini
vendored
Normal file
3
tests/wpt/meta/service-workers/service-worker/data-iframe.html.ini
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
[data-iframe.html]
|
||||
[navigator.serviceWorker is not available in a data: iframe]
|
||||
expected: FAIL
|
3
tests/wpt/meta/service-workers/service-worker/data-transfer-files.https.html.ini
vendored
Normal file
3
tests/wpt/meta/service-workers/service-worker/data-transfer-files.https.html.ini
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
[data-transfer-files.https.html]
|
||||
[Posting a File in a navigation handled by a service worker]
|
||||
expected: FAIL
|
|
@ -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
|
9
tests/wpt/meta/service-workers/service-worker/detached-context.https.html.ini
vendored
Normal file
9
tests/wpt/meta/service-workers/service-worker/detached-context.https.html.ini
vendored
Normal 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
|
2
tests/wpt/meta/service-workers/service-worker/detached-register-crash.https.html.ini
vendored
Normal file
2
tests/wpt/meta/service-workers/service-worker/detached-register-crash.https.html.ini
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
[detached-register-crash.https.html]
|
||||
expected: CRASH
|
|
@ -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
|
42
tests/wpt/meta/service-workers/service-worker/extendable-event-async-waituntil.https.html.ini
vendored
Normal file
42
tests/wpt/meta/service-workers/service-worker/extendable-event-async-waituntil.https.html.ini
vendored
Normal 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
|
18
tests/wpt/meta/service-workers/service-worker/extendable-event-waituntil.https.html.ini
vendored
Normal file
18
tests/wpt/meta/service-workers/service-worker/extendable-event-waituntil.https.html.ini
vendored
Normal 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
|
3
tests/wpt/meta/service-workers/service-worker/fetch-audio-tainting.https.html.ini
vendored
Normal file
3
tests/wpt/meta/service-workers/service-worker/fetch-audio-tainting.https.html.ini
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
[fetch-audio-tainting.https.html]
|
||||
[Verify CORS XHR of fetch() in a Service Worker]
|
||||
expected: FAIL
|
|
@ -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
|
117
tests/wpt/meta/service-workers/service-worker/fetch-canvas-tainting-image-cache.https.html.ini
vendored
Normal file
117
tests/wpt/meta/service-workers/service-worker/fetch-canvas-tainting-image-cache.https.html.ini
vendored
Normal 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
|
117
tests/wpt/meta/service-workers/service-worker/fetch-canvas-tainting-image.https.html.ini
vendored
Normal file
117
tests/wpt/meta/service-workers/service-worker/fetch-canvas-tainting-image.https.html.ini
vendored
Normal 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
|
117
tests/wpt/meta/service-workers/service-worker/fetch-canvas-tainting-video-cache.https.html.ini
vendored
Normal file
117
tests/wpt/meta/service-workers/service-worker/fetch-canvas-tainting-video-cache.https.html.ini
vendored
Normal 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
|
|
@ -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
|
117
tests/wpt/meta/service-workers/service-worker/fetch-canvas-tainting-video.https.html.ini
vendored
Normal file
117
tests/wpt/meta/service-workers/service-worker/fetch-canvas-tainting-video.https.html.ini
vendored
Normal 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
|
3
tests/wpt/meta/service-workers/service-worker/fetch-cors-exposed-header-names.https.html.ini
vendored
Normal file
3
tests/wpt/meta/service-workers/service-worker/fetch-cors-exposed-header-names.https.html.ini
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
[fetch-cors-exposed-header-names.https.html]
|
||||
[CORS-exposed header names for a response from sw]
|
||||
expected: FAIL
|
3
tests/wpt/meta/service-workers/service-worker/fetch-cors-xhr.https.html.ini
vendored
Normal file
3
tests/wpt/meta/service-workers/service-worker/fetch-cors-xhr.https.html.ini
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
[fetch-cors-xhr.https.html]
|
||||
[Verify CORS XHR of fetch() in a Service Worker]
|
||||
expected: FAIL
|
3
tests/wpt/meta/service-workers/service-worker/fetch-csp.https.html.ini
vendored
Normal file
3
tests/wpt/meta/service-workers/service-worker/fetch-csp.https.html.ini
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
[fetch-csp.https.html]
|
||||
[Verify CSP control of fetch() in a Service Worker]
|
||||
expected: FAIL
|
6
tests/wpt/meta/service-workers/service-worker/fetch-error.https.html.ini
vendored
Normal file
6
tests/wpt/meta/service-workers/service-worker/fetch-error.https.html.ini
vendored
Normal 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
|
3
tests/wpt/meta/service-workers/service-worker/fetch-event-add-async.https.html.ini
vendored
Normal file
3
tests/wpt/meta/service-workers/service-worker/fetch-event-add-async.https.html.ini
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
[fetch-event-add-async.https.html]
|
||||
[Service Worker: Fetch event added asynchronously doesn't throw]
|
||||
expected: FAIL
|
|
@ -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
|
12
tests/wpt/meta/service-workers/service-worker/fetch-event-async-respond-with.https.html.ini
vendored
Normal file
12
tests/wpt/meta/service-workers/service-worker/fetch-event-async-respond-with.https.html.ini
vendored
Normal 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
|
25
tests/wpt/meta/service-workers/service-worker/fetch-event-handled.https.html.ini
vendored
Normal file
25
tests/wpt/meta/service-workers/service-worker/fetch-event-handled.https.html.ini
vendored
Normal 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
|
3
tests/wpt/meta/service-workers/service-worker/fetch-event-network-error.https.html.ini
vendored
Normal file
3
tests/wpt/meta/service-workers/service-worker/fetch-event-network-error.https.html.ini
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
[fetch-event-network-error.https.html]
|
||||
[Rejecting the fetch event or using preventDefault() causes a network error]
|
||||
expected: FAIL
|
165
tests/wpt/meta/service-workers/service-worker/fetch-event-redirect.https.html.ini
vendored
Normal file
165
tests/wpt/meta/service-workers/service-worker/fetch-event-redirect.https.html.ini
vendored
Normal 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
|
3
tests/wpt/meta/service-workers/service-worker/fetch-event-referrer-policy.https.html.ini
vendored
Normal file
3
tests/wpt/meta/service-workers/service-worker/fetch-event-referrer-policy.https.html.ini
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
[fetch-event-referrer-policy.https.html]
|
||||
[Service Worker responds to fetch event with the referrer policy]
|
||||
expected: FAIL
|
|
@ -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
|
|
@ -0,0 +1,3 @@
|
|||
[fetch-event-respond-with-body-loaded-in-chunk.https.html]
|
||||
[Respond by chunks with a Response being loaded]
|
||||
expected: FAIL
|
|
@ -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
|
|
@ -0,0 +1,3 @@
|
|||
[fetch-event-respond-with-partial-stream.https.html]
|
||||
[respondWith() streams data to an intercepted fetch()]
|
||||
expected: FAIL
|
|
@ -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
|
|
@ -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
|
|
@ -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
|
|
@ -0,0 +1,3 @@
|
|||
[fetch-event-respond-with-stops-propagation.https.html]
|
||||
[respondWith() invokes stopImmediatePropagation()]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[fetch-event-throws-after-respond-with.https.html]
|
||||
[Fetch event handler throws after a successful respondWith()]
|
||||
expected: FAIL
|
2
tests/wpt/meta/service-workers/service-worker/fetch-event-within-sw.https.html.ini
vendored
Normal file
2
tests/wpt/meta/service-workers/service-worker/fetch-event-within-sw.https.html.ini
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
[fetch-event-within-sw.https.html]
|
||||
expected: CRASH
|
15
tests/wpt/meta/service-workers/service-worker/fetch-event.https.h2.html.ini
vendored
Normal file
15
tests/wpt/meta/service-workers/service-worker/fetch-event.https.h2.html.ini
vendored
Normal file
|
@ -0,0 +1,15 @@
|
|||
[fetch-event.https.h2.html]
|
||||
[global setup]
|
||||
expected: FAIL
|
||||
|
||||
[The streaming request body is readable in the service worker.]
|
||||
expected: FAIL
|
||||
|
||||
[Network fallback for streaming upload.]
|
||||
expected: FAIL
|
||||
|
||||
[When the streaming request body is used, network fallback fails.]
|
||||
expected: FAIL
|
||||
|
||||
[Running clone() in the service worker does not prevent network fallback.]
|
||||
expected: FAIL
|
105
tests/wpt/meta/service-workers/service-worker/fetch-event.https.html.ini
vendored
Normal file
105
tests/wpt/meta/service-workers/service-worker/fetch-event.https.html.ini
vendored
Normal file
|
@ -0,0 +1,105 @@
|
|||
[fetch-event.https.html]
|
||||
[global setup]
|
||||
expected: FAIL
|
||||
|
||||
[Service Worker headers in the request of a fetch event]
|
||||
expected: FAIL
|
||||
|
||||
[Service Worker responds to fetch event with string]
|
||||
expected: FAIL
|
||||
|
||||
[Service Worker responds to fetch event using request fragment with string]
|
||||
expected: FAIL
|
||||
|
||||
[Service Worker responds to fetch event with blob body]
|
||||
expected: FAIL
|
||||
|
||||
[Service Worker responds to fetch event with the referrer URL]
|
||||
expected: FAIL
|
||||
|
||||
[Service Worker responds to fetch event with an existing client id]
|
||||
expected: FAIL
|
||||
|
||||
[Service Worker responds to fetch event with the correct resulting client id]
|
||||
expected: FAIL
|
||||
|
||||
[Service Worker responds to fetch event with null response body]
|
||||
expected: FAIL
|
||||
|
||||
[Service Worker fetches other file in fetch event]
|
||||
expected: FAIL
|
||||
|
||||
[Service Worker responds to fetch event with POST form]
|
||||
expected: FAIL
|
||||
|
||||
[Service Worker falls back to network in fetch event with POST form]
|
||||
expected: FAIL
|
||||
|
||||
[Multiple calls of respondWith must throw InvalidStateErrors]
|
||||
expected: FAIL
|
||||
|
||||
[Service Worker event.respondWith must set the used flag]
|
||||
expected: FAIL
|
||||
|
||||
[Service Worker should expose FetchEvent URL fragments.]
|
||||
expected: FAIL
|
||||
|
||||
[Service Worker responds to fetch event with the correct cache types]
|
||||
expected: FAIL
|
||||
|
||||
[Service Worker should intercept EventSource]
|
||||
expected: FAIL
|
||||
|
||||
[Service Worker responds to fetch event with the correct integrity_metadata]
|
||||
expected: FAIL
|
||||
|
||||
[FetchEvent#body is a string]
|
||||
expected: FAIL
|
||||
|
||||
[FetchEvent#body is a ReadableStream]
|
||||
expected: FAIL
|
||||
|
||||
[FetchEvent#body is a blob]
|
||||
expected: FAIL
|
||||
|
||||
[Service Worker responds to fetch event with the correct keepalive value]
|
||||
expected: FAIL
|
||||
|
||||
[FetchEvent#request.isReloadNavigation is true (location.reload())]
|
||||
expected: FAIL
|
||||
|
||||
[FetchEvent#request.isReloadNavigation is true (history.go(0))]
|
||||
expected: FAIL
|
||||
|
||||
[FetchEvent#request.isReloadNavigation is true (POST + location.reload())]
|
||||
expected: FAIL
|
||||
|
||||
[FetchEvent#request.isReloadNavigation is true (with history traversal)]
|
||||
expected: FAIL
|
||||
|
||||
[FetchEvent#request.isHistoryNavigation is true (with history.go(-1))]
|
||||
expected: FAIL
|
||||
|
||||
[FetchEvent#request.isHistoryNavigation is true (with history.go(1))]
|
||||
expected: FAIL
|
||||
|
||||
[FetchEvent#request.isHistoryNavigation is false (with history.go(0))]
|
||||
expected: FAIL
|
||||
|
||||
[FetchEvent#request.isHistoryNavigation is false (with location.reload)]
|
||||
expected: FAIL
|
||||
|
||||
[FetchEvent#request.isHistoryNavigation is true (with history.go(-2))]
|
||||
expected: FAIL
|
||||
|
||||
[FetchEvent#request.isHistoryNavigation is true (with history.go(2))]
|
||||
expected: FAIL
|
||||
|
||||
[FetchEvent#request.isHistoryNavigation is true (POST + history.go(-1))]
|
||||
expected: FAIL
|
||||
|
||||
[XHR upload progress events for response coming from SW]
|
||||
expected: FAIL
|
||||
|
||||
[Fetch with POST with text on sw 421 response should not be retried.]
|
||||
expected: FAIL
|
18
tests/wpt/meta/service-workers/service-worker/fetch-frame-resource.https.html.ini
vendored
Normal file
18
tests/wpt/meta/service-workers/service-worker/fetch-frame-resource.https.html.ini
vendored
Normal file
|
@ -0,0 +1,18 @@
|
|||
[fetch-frame-resource.https.html]
|
||||
[Basic type response could be loaded in the iframe.]
|
||||
expected: FAIL
|
||||
|
||||
[CORS type response could be loaded in the iframe.]
|
||||
expected: FAIL
|
||||
|
||||
[Opaque type response could not be loaded in the iframe.]
|
||||
expected: FAIL
|
||||
|
||||
[Basic type response could be loaded in the new window.]
|
||||
expected: FAIL
|
||||
|
||||
[CORS type response could be loaded in the new window.]
|
||||
expected: FAIL
|
||||
|
||||
[Opaque type response could not be loaded in the new window.]
|
||||
expected: FAIL
|
3
tests/wpt/meta/service-workers/service-worker/fetch-header-visibility.https.html.ini
vendored
Normal file
3
tests/wpt/meta/service-workers/service-worker/fetch-header-visibility.https.html.ini
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
[fetch-header-visibility.https.html]
|
||||
[Visibility of defaulted headers during interception]
|
||||
expected: FAIL
|
4
tests/wpt/meta/service-workers/service-worker/fetch-mixed-content-to-inscope.https.html.ini
vendored
Normal file
4
tests/wpt/meta/service-workers/service-worker/fetch-mixed-content-to-inscope.https.html.ini
vendored
Normal file
|
@ -0,0 +1,4 @@
|
|||
[fetch-mixed-content-to-inscope.https.html]
|
||||
expected: TIMEOUT
|
||||
[Verify Mixed content of fetch() in a Service Worker]
|
||||
expected: TIMEOUT
|
4
tests/wpt/meta/service-workers/service-worker/fetch-mixed-content-to-outscope.https.html.ini
vendored
Normal file
4
tests/wpt/meta/service-workers/service-worker/fetch-mixed-content-to-outscope.https.html.ini
vendored
Normal file
|
@ -0,0 +1,4 @@
|
|||
[fetch-mixed-content-to-outscope.https.html]
|
||||
expected: TIMEOUT
|
||||
[Verify Mixed content of fetch() in a Service Worker]
|
||||
expected: TIMEOUT
|
12
tests/wpt/meta/service-workers/service-worker/fetch-request-css-base-url.https.html.ini
vendored
Normal file
12
tests/wpt/meta/service-workers/service-worker/fetch-request-css-base-url.https.html.ini
vendored
Normal file
|
@ -0,0 +1,12 @@
|
|||
[fetch-request-css-base-url.https.html]
|
||||
[global setup]
|
||||
expected: FAIL
|
||||
|
||||
[base URL when service worker does respondWith(fetch(responseUrl)).]
|
||||
expected: FAIL
|
||||
|
||||
[base URL when service worker does respondWith(new Response()).]
|
||||
expected: FAIL
|
||||
|
||||
[cleanup global state]
|
||||
expected: FAIL
|
9
tests/wpt/meta/service-workers/service-worker/fetch-request-css-cross-origin.https.html.ini
vendored
Normal file
9
tests/wpt/meta/service-workers/service-worker/fetch-request-css-cross-origin.https.html.ini
vendored
Normal file
|
@ -0,0 +1,9 @@
|
|||
[fetch-request-css-cross-origin.https.html]
|
||||
[setup global state]
|
||||
expected: FAIL
|
||||
|
||||
[MIME checking of CSS resources fetched via service worker when Content-Type is not set.]
|
||||
expected: FAIL
|
||||
|
||||
[Same-origin policy for access to CSS resources fetched via service worker]
|
||||
expected: FAIL
|
12
tests/wpt/meta/service-workers/service-worker/fetch-request-css-images.https.html.ini
vendored
Normal file
12
tests/wpt/meta/service-workers/service-worker/fetch-request-css-images.https.html.ini
vendored
Normal file
|
@ -0,0 +1,12 @@
|
|||
[fetch-request-css-images.https.html]
|
||||
[Verify FetchEvent for css image (backgroundImage).]
|
||||
expected: FAIL
|
||||
|
||||
[Verify FetchEvent for css image (shapeOutside).]
|
||||
expected: FAIL
|
||||
|
||||
[Verify FetchEvent for css image-set (backgroundImage).]
|
||||
expected: FAIL
|
||||
|
||||
[Verify FetchEvent for css image-set (shapeOutside).]
|
||||
expected: FAIL
|
48
tests/wpt/meta/service-workers/service-worker/fetch-request-fallback.https.html.ini
vendored
Normal file
48
tests/wpt/meta/service-workers/service-worker/fetch-request-fallback.https.html.ini
vendored
Normal file
|
@ -0,0 +1,48 @@
|
|||
[fetch-request-fallback.https.html]
|
||||
[initialize global state]
|
||||
expected: FAIL
|
||||
|
||||
[The SW must intercept the request for a main resource.]
|
||||
expected: FAIL
|
||||
|
||||
[The SW must intercept the request of same origin XHR.]
|
||||
expected: FAIL
|
||||
|
||||
[The SW must intercept the request of CORS-unsupported other origin XHR.]
|
||||
expected: FAIL
|
||||
|
||||
[The SW must intercept the request of CORS-supported other origin XHR.]
|
||||
expected: FAIL
|
||||
|
||||
[The SW must intercept only the first request of redirected XHR.]
|
||||
expected: FAIL
|
||||
|
||||
[The SW must intercept only the first request for XHR which is redirected to CORS-unsupported other origin.]
|
||||
expected: FAIL
|
||||
|
||||
[The SW must intercept only the first request for XHR which is redirected to CORS-supported other origin.]
|
||||
expected: FAIL
|
||||
|
||||
[The SW must intercept the request for image.]
|
||||
expected: FAIL
|
||||
|
||||
[The SW must intercept the request for other origin image.]
|
||||
expected: FAIL
|
||||
|
||||
[The SW must intercept the request for CORS-unsupported other origin image.]
|
||||
expected: FAIL
|
||||
|
||||
[The SW must intercept the request for CORS-supported other origin image.]
|
||||
expected: FAIL
|
||||
|
||||
[The SW must intercept only the first request for redirected image resource.]
|
||||
expected: FAIL
|
||||
|
||||
[The SW must intercept only the first request for image resource which is redirected to other origin.]
|
||||
expected: FAIL
|
||||
|
||||
[The SW must intercept only the first request for image resource which is redirected to CORS-unsupported other origin.]
|
||||
expected: FAIL
|
||||
|
||||
[The SW must intercept only the first request for image resource which is redirected to CORS-supported other origin.]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[fetch-request-no-freshness-headers.https.html]
|
||||
[The headers of FetchEvent shouldn't contain freshness headers.]
|
||||
expected: FAIL
|
9
tests/wpt/meta/service-workers/service-worker/fetch-request-redirect.https.html.ini
vendored
Normal file
9
tests/wpt/meta/service-workers/service-worker/fetch-request-redirect.https.html.ini
vendored
Normal file
|
@ -0,0 +1,9 @@
|
|||
[fetch-request-redirect.https.html]
|
||||
[Verify redirect mode of Fetch API and ServiceWorker FetchEvent.]
|
||||
expected: FAIL
|
||||
|
||||
[Verify redirected of Response(Fetch API) and ServiceWorker FetchEvent.]
|
||||
expected: FAIL
|
||||
|
||||
[Verify redirected of Response(Fetch API), Cache API and ServiceWorker FetchEvent.]
|
||||
expected: FAIL
|
3
tests/wpt/meta/service-workers/service-worker/fetch-request-resources.https.html.ini
vendored
Normal file
3
tests/wpt/meta/service-workers/service-worker/fetch-request-resources.https.html.ini
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
[fetch-request-resources.https.html]
|
||||
[Verify FetchEvent for resources.]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[fetch-request-xhr-sync-error.https.window.html]
|
||||
[Verify synchronous XMLHttpRequest always throws a NetworkError for ReadableStream errors]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[fetch-request-xhr-sync-on-worker.https.html]
|
||||
[Verify SyncXHR on Worker is intercepted]
|
||||
expected: FAIL
|
3
tests/wpt/meta/service-workers/service-worker/fetch-request-xhr-sync.https.html.ini
vendored
Normal file
3
tests/wpt/meta/service-workers/service-worker/fetch-request-xhr-sync.https.html.ini
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
[fetch-request-xhr-sync.https.html]
|
||||
[Verify SyncXHR is intercepted]
|
||||
expected: FAIL
|
36
tests/wpt/meta/service-workers/service-worker/fetch-request-xhr.https.html.ini
vendored
Normal file
36
tests/wpt/meta/service-workers/service-worker/fetch-request-xhr.https.html.ini
vendored
Normal file
|
@ -0,0 +1,36 @@
|
|||
[fetch-request-xhr.https.html]
|
||||
[initialize global state]
|
||||
expected: FAIL
|
||||
|
||||
[event.request has the expected headers for same-origin GET.]
|
||||
expected: FAIL
|
||||
|
||||
[event.request has the expected headers for same-origin POST.]
|
||||
expected: FAIL
|
||||
|
||||
[event.request has the expected headers for cross-origin GET.]
|
||||
expected: FAIL
|
||||
|
||||
[event.request has the expected headers for cross-origin POST.]
|
||||
expected: FAIL
|
||||
|
||||
[FetchEvent#request.body contains XHR request data (string)]
|
||||
expected: FAIL
|
||||
|
||||
[FetchEvent#request.body contains XHR request data (blob)]
|
||||
expected: FAIL
|
||||
|
||||
[FetchEvent#request.method is set to XHR method]
|
||||
expected: FAIL
|
||||
|
||||
[XHR using OPTIONS method]
|
||||
expected: FAIL
|
||||
|
||||
[XHR with form data]
|
||||
expected: FAIL
|
||||
|
||||
[XHR with mode/credentials set]
|
||||
expected: FAIL
|
||||
|
||||
[XHR to data URL]
|
||||
expected: FAIL
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Add a link
Reference in a new issue