summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/service-workers/cache-storage
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-19 00:47:55 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-19 00:47:55 +0000
commit26a029d407be480d791972afb5975cf62c9360a6 (patch)
treef435a8308119effd964b339f76abb83a57c29483 /testing/web-platform/meta/service-workers/cache-storage
parentInitial commit. (diff)
downloadfirefox-26a029d407be480d791972afb5975cf62c9360a6.tar.xz
firefox-26a029d407be480d791972afb5975cf62c9360a6.zip
Adding upstream version 124.0.1.upstream/124.0.1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'testing/web-platform/meta/service-workers/cache-storage')
-rw-r--r--testing/web-platform/meta/service-workers/cache-storage/__dir__.ini2
-rw-r--r--testing/web-platform/meta/service-workers/cache-storage/cache-abort.https.any.js.ini76
-rw-r--r--testing/web-platform/meta/service-workers/cache-storage/cache-add.https.any.js.ini53
-rw-r--r--testing/web-platform/meta/service-workers/cache-storage/cache-delete.https.any.js.ini17
-rw-r--r--testing/web-platform/meta/service-workers/cache-storage/cache-keys-attributes-for-service-worker.https.html.ini10
-rw-r--r--testing/web-platform/meta/service-workers/cache-storage/cache-keys.https.any.js.ini143
-rw-r--r--testing/web-platform/meta/service-workers/cache-storage/cache-match.https.any.js.ini360
-rw-r--r--testing/web-platform/meta/service-workers/cache-storage/cache-matchAll.https.any.js.ini148
-rw-r--r--testing/web-platform/meta/service-workers/cache-storage/cache-put.https.any.js.ini3
-rw-r--r--testing/web-platform/meta/service-workers/cache-storage/cache-storage-buckets.https.any.js.ini40
-rw-r--r--testing/web-platform/meta/service-workers/cache-storage/cache-storage-keys.https.any.js.ini17
-rw-r--r--testing/web-platform/meta/service-workers/cache-storage/cache-storage-match.https.any.js.ini17
-rw-r--r--testing/web-platform/meta/service-workers/cache-storage/cache-storage.https.any.js.ini17
-rw-r--r--testing/web-platform/meta/service-workers/cache-storage/common.https.window.js.ini3
-rw-r--r--testing/web-platform/meta/service-workers/cache-storage/credentials.https.html.ini5
-rw-r--r--testing/web-platform/meta/service-workers/cache-storage/cross-partition.https.tentative.html.ini18
-rw-r--r--testing/web-platform/meta/service-workers/cache-storage/sandboxed-iframes.https.html.ini3
-rw-r--r--testing/web-platform/meta/service-workers/cache-storage/serviceworker/__dir__.ini3
18 files changed, 935 insertions, 0 deletions
diff --git a/testing/web-platform/meta/service-workers/cache-storage/__dir__.ini b/testing/web-platform/meta/service-workers/cache-storage/__dir__.ini
new file mode 100644
index 0000000000..4989ee7a17
--- /dev/null
+++ b/testing/web-platform/meta/service-workers/cache-storage/__dir__.ini
@@ -0,0 +1,2 @@
+lsan-allowed: [maybe_pod_malloc]
+tags: [privatebrowsing]
diff --git a/testing/web-platform/meta/service-workers/cache-storage/cache-abort.https.any.js.ini b/testing/web-platform/meta/service-workers/cache-storage/cache-abort.https.any.js.ini
new file mode 100644
index 0000000000..feb4ac1db3
--- /dev/null
+++ b/testing/web-platform/meta/service-workers/cache-storage/cache-abort.https.any.js.ini
@@ -0,0 +1,76 @@
+[cache-abort.https.any.sharedworker.html]
+ expected:
+ if (os == "android") and fission: [OK, TIMEOUT]
+ [put() followed by abort after headers received should reject with AbortError]
+ expected: FAIL
+
+ [add() synchronously followed by abort should reject with AbortError]
+ expected: FAIL
+
+ [add() followed by abort after headers received should reject with AbortError]
+ expected: FAIL
+
+ [addAll() synchronously followed by abort should reject with AbortError]
+ expected: FAIL
+
+ [addAll() followed by abort after headers received should reject with AbortError]
+ expected: FAIL
+
+
+[cache-abort.https.any.worker.html]
+ expected:
+ if (os == "android") and fission: [OK, TIMEOUT]
+ [put() followed by abort after headers received should reject with AbortError]
+ expected: FAIL
+
+ [add() synchronously followed by abort should reject with AbortError]
+ expected: FAIL
+
+ [add() followed by abort after headers received should reject with AbortError]
+ expected: FAIL
+
+ [addAll() synchronously followed by abort should reject with AbortError]
+ expected: FAIL
+
+ [addAll() followed by abort after headers received should reject with AbortError]
+ expected: FAIL
+
+
+[cache-abort.https.any.serviceworker.html]
+ disabled:
+ if privateBrowsing: https://bugzilla.mozilla.org/show_bug.cgi?id=1320796
+ expected:
+ if (os == "android") and fission: [OK, TIMEOUT]
+ [put() followed by abort after headers received should reject with AbortError]
+ expected: FAIL
+
+ [add() synchronously followed by abort should reject with AbortError]
+ expected: FAIL
+
+ [add() followed by abort after headers received should reject with AbortError]
+ expected: FAIL
+
+ [addAll() synchronously followed by abort should reject with AbortError]
+ expected: FAIL
+
+ [addAll() followed by abort after headers received should reject with AbortError]
+ expected: FAIL
+
+
+[cache-abort.https.any.html]
+ expected:
+ if (os == "android") and fission: [OK, TIMEOUT]
+ [put() followed by abort after headers received should reject with AbortError]
+ expected: FAIL
+
+ [add() synchronously followed by abort should reject with AbortError]
+ expected: FAIL
+
+ [add() followed by abort after headers received should reject with AbortError]
+ expected: FAIL
+
+ [addAll() synchronously followed by abort should reject with AbortError]
+ expected: FAIL
+
+ [addAll() followed by abort after headers received should reject with AbortError]
+ expected: FAIL
diff --git a/testing/web-platform/meta/service-workers/cache-storage/cache-add.https.any.js.ini b/testing/web-platform/meta/service-workers/cache-storage/cache-add.https.any.js.ini
new file mode 100644
index 0000000000..611c5e3fa3
--- /dev/null
+++ b/testing/web-platform/meta/service-workers/cache-storage/cache-add.https.any.js.ini
@@ -0,0 +1,53 @@
+[cache-add.https.any.html]
+ [Cache.addAll called with the same Request object specified twice]
+ expected: FAIL
+
+ [Cache.addAll should succeed when entries differ by vary header]
+ expected:
+ if (os == "linux") and not swgl and not fission and not debug: [PASS, FAIL]
+ if (os == "win") and (processor == "x86_64") and not swgl: [PASS, FAIL]
+ if (os == "linux") and swgl and not fission: [PASS, FAIL]
+ if (os == "mac") and not debug: [PASS, FAIL]
+ if (os == "mac") and debug: [PASS, FAIL]
+ [FAIL, PASS]
+
+
+[cache-add.https.any.sharedworker.html]
+ [Cache.addAll called with the same Request object specified twice]
+ expected: FAIL
+
+ [Cache.addAll should succeed when entries differ by vary header]
+ expected:
+ if (os == "linux") and fission and (processor == "x86_64") and swgl: [PASS, FAIL]
+ if (os == "linux") and not fission and debug and not swgl: [PASS, FAIL]
+ if (os == "linux") and fission and (processor == "x86"): [PASS, FAIL]
+ if (os == "win") and debug and (processor == "x86"): [PASS, FAIL]
+ if (os == "android") and not swgl and debug: [PASS, FAIL]
+ if (os == "android") and not swgl and not debug: [PASS, FAIL]
+ [FAIL, PASS]
+
+
+[cache-add.https.any.serviceworker.html]
+ disabled:
+ if privateBrowsing: https://bugzilla.mozilla.org/show_bug.cgi?id=1320796
+ [Cache.addAll called with the same Request object specified twice]
+ expected: FAIL
+
+ [Cache.addAll should succeed when entries differ by vary header]
+ expected:
+ if (os == "linux") and not debug and (processor == "x86_64") and not fission: [PASS, FAIL]
+ if (os == "linux") and debug and fission and not swgl: [PASS, FAIL]
+ if (os == "android") and swgl: [PASS, FAIL]
+ if (os == "win") and swgl: [PASS, FAIL]
+ if (os == "mac") and not debug: [PASS, FAIL]
+ [FAIL, PASS]
+
+
+[cache-add.https.any.worker.html]
+ [Cache.addAll called with the same Request object specified twice]
+ expected: FAIL
+
+ [Cache.addAll should succeed when entries differ by vary header]
+ expected:
+ if (os == "win") and not debug and (processor == "x86"): [PASS, FAIL]
+ [FAIL, PASS]
diff --git a/testing/web-platform/meta/service-workers/cache-storage/cache-delete.https.any.js.ini b/testing/web-platform/meta/service-workers/cache-storage/cache-delete.https.any.js.ini
new file mode 100644
index 0000000000..8acb9e9c5f
--- /dev/null
+++ b/testing/web-platform/meta/service-workers/cache-storage/cache-delete.https.any.js.ini
@@ -0,0 +1,17 @@
+[cache-delete.https.any.serviceworker.html]
+ disabled:
+ if privateBrowsing: https://bugzilla.mozilla.org/show_bug.cgi?id=1320796
+ expected:
+ if (os == "android") and fission: [OK, TIMEOUT]
+
+[cache-delete.https.any.sharedworker.html]
+ expected:
+ if (os == "android") and fission: [OK, TIMEOUT]
+
+[cache-delete.https.any.html]
+ expected:
+ if (os == "android") and fission: [OK, TIMEOUT]
+
+[cache-delete.https.any.worker.html]
+ expected:
+ if (os == "android") and fission: [OK, TIMEOUT]
diff --git a/testing/web-platform/meta/service-workers/cache-storage/cache-keys-attributes-for-service-worker.https.html.ini b/testing/web-platform/meta/service-workers/cache-storage/cache-keys-attributes-for-service-worker.https.html.ini
new file mode 100644
index 0000000000..30cdff39d2
--- /dev/null
+++ b/testing/web-platform/meta/service-workers/cache-storage/cache-keys-attributes-for-service-worker.https.html.ini
@@ -0,0 +1,10 @@
+[cache-keys-attributes-for-service-worker.https.html]
+ disabled:
+ if privateBrowsing: https://bugzilla.mozilla.org/show_bug.cgi?id=1320796
+ expected:
+ if (os == "android") and fission: [OK, TIMEOUT]
+ [Request.IsReloadNavigation should persist.]
+ expected: FAIL
+
+ [Request.IsHistoryNavigation should persist.]
+ expected: FAIL
diff --git a/testing/web-platform/meta/service-workers/cache-storage/cache-keys.https.any.js.ini b/testing/web-platform/meta/service-workers/cache-storage/cache-keys.https.any.js.ini
new file mode 100644
index 0000000000..ab0f20e661
--- /dev/null
+++ b/testing/web-platform/meta/service-workers/cache-storage/cache-keys.https.any.js.ini
@@ -0,0 +1,143 @@
+[cache-keys.https.any.worker.html]
+ expected:
+ if (processor == "x86") and (os == "win") and not debug: [OK, TIMEOUT]
+ [Cache.keys with ignoreSearch option (request with no search parameters)]
+ expected:
+ if (processor == "x86") and (os == "win") and not debug: [PASS, NOTRUN]
+
+ [Cache.keys without parameters and VARY entries]
+ expected:
+ if (processor == "x86") and (os == "win") and not debug: [PASS, NOTRUN]
+
+ [Cache.keys with string fragment "http" as query]
+ expected:
+ if (processor == "x86") and (os == "win") and not debug: [PASS, NOTRUN]
+
+ [Cache.keys with new Request]
+ expected:
+ if (processor == "x86") and (os == "win") and not debug: [PASS, TIMEOUT]
+
+ [Cache.keys with explicitly undefined request]
+ expected:
+ if (processor == "x86") and (os == "win") and not debug: [PASS, NOTRUN]
+
+ [Cache.keys supports ignoreVary]
+ expected:
+ if (processor == "x86") and (os == "win") and not debug: [PASS, NOTRUN]
+
+ [Cache.keys supports ignoreMethod]
+ expected:
+ if (processor == "x86") and (os == "win") and not debug: [PASS, NOTRUN]
+
+ [Cache.keys with a HEAD Request]
+ expected:
+ if (processor == "x86") and (os == "win") and not debug: [PASS, NOTRUN]
+
+ [Cache.keys with ignoreSearch option (request with search parameters)]
+ expected:
+ if (processor == "x86") and (os == "win") and not debug: [PASS, NOTRUN]
+
+ [Cache.keys without parameters]
+ expected:
+ if (processor == "x86") and (os == "win") and not debug: [PASS, NOTRUN]
+
+ [Cache.keys with URL containing fragment]
+ expected:
+ if (processor == "x86") and (os == "win") and not debug: [PASS, NOTRUN]
+
+ [Cache.keys with explicitly undefined request and empty options]
+ expected:
+ if (processor == "x86") and (os == "win") and not debug: [PASS, NOTRUN]
+
+
+[cache-keys.https.any.sharedworker.html]
+ expected:
+ if (processor == "x86") and (os == "win") and not debug: [OK, TIMEOUT]
+ [Cache.keys with ignoreSearch option (request with no search parameters)]
+ expected:
+ if (processor == "x86") and (os == "win") and not debug: [PASS, NOTRUN]
+
+ [Cache.keys without parameters and VARY entries]
+ expected:
+ if (processor == "x86") and (os == "win") and not debug: [PASS, NOTRUN]
+
+ [Cache.keys with string fragment "http" as query]
+ expected:
+ if (processor == "x86") and (os == "win") and not debug: [PASS, NOTRUN]
+
+ [Cache.keys with new Request]
+ expected:
+ if (processor == "x86") and (os == "win") and not debug: [PASS, TIMEOUT]
+
+ [Cache.keys with explicitly undefined request]
+ expected:
+ if (processor == "x86") and (os == "win") and not debug: [PASS, NOTRUN]
+
+ [Cache.keys supports ignoreVary]
+ expected:
+ if (processor == "x86") and (os == "win") and not debug: [PASS, NOTRUN]
+
+ [Cache.keys supports ignoreMethod]
+ expected:
+ if (processor == "x86") and (os == "win") and not debug: [PASS, NOTRUN]
+
+ [Cache.keys with a HEAD Request]
+ expected:
+ if (processor == "x86") and (os == "win") and not debug: [PASS, NOTRUN]
+
+ [Cache.keys with ignoreSearch option (request with search parameters)]
+ expected:
+ if (processor == "x86") and (os == "win") and not debug: [PASS, NOTRUN]
+
+ [Cache.keys without parameters]
+ expected:
+ if (processor == "x86") and (os == "win") and not debug: [PASS, NOTRUN]
+
+ [Cache.keys with URL containing fragment]
+ expected:
+ if (processor == "x86") and (os == "win") and not debug: [PASS, NOTRUN]
+
+ [Cache.keys with explicitly undefined request and empty options]
+ expected:
+ if (processor == "x86") and (os == "win") and not debug: [PASS, NOTRUN]
+
+
+[cache-keys.https.any.serviceworker.html]
+ disabled:
+ if privateBrowsing: https://bugzilla.mozilla.org/show_bug.cgi?id=1320796
+ expected:
+ if (processor == "x86") and (os == "win") and not debug: [OK, TIMEOUT]
+ [Cache.keys without parameters and VARY entries]
+ expected:
+ if (processor == "x86") and (os == "win") and not debug: [PASS, NOTRUN]
+
+ [Cache.keys with string fragment "http" as query]
+ expected:
+ if (processor == "x86") and (os == "win") and not debug: [PASS, NOTRUN]
+
+ [Cache.keys with explicitly undefined request]
+ expected:
+ if (processor == "x86") and (os == "win") and not debug: [PASS, NOTRUN]
+
+ [Cache.keys supports ignoreVary]
+ expected:
+ if (processor == "x86") and (os == "win") and not debug: [PASS, TIMEOUT]
+
+ [Cache.keys with a HEAD Request]
+ expected:
+ if (processor == "x86") and (os == "win") and not debug: [PASS, NOTRUN]
+
+ [Cache.keys without parameters]
+ expected:
+ if (processor == "x86") and (os == "win") and not debug: [PASS, NOTRUN]
+
+ [Cache.keys with URL containing fragment]
+ expected:
+ if (processor == "x86") and (os == "win") and not debug: [PASS, NOTRUN]
+
+ [Cache.keys with explicitly undefined request and empty options]
+ expected:
+ if (processor == "x86") and (os == "win") and not debug: [PASS, NOTRUN]
+
+
+[cache-keys.https.any.html]
diff --git a/testing/web-platform/meta/service-workers/cache-storage/cache-match.https.any.js.ini b/testing/web-platform/meta/service-workers/cache-storage/cache-match.https.any.js.ini
new file mode 100644
index 0000000000..89adfdbedf
--- /dev/null
+++ b/testing/web-platform/meta/service-workers/cache-storage/cache-match.https.any.js.ini
@@ -0,0 +1,360 @@
+[cache-match.https.any.html]
+ expected:
+ if (processor == "x86") and (os == "win") and not debug: [OK, TIMEOUT]
+ [Cache.match ignores vary headers on opaque response.]
+ expected:
+ if (processor == "x86") and (os == "win") and not debug: [PASS, NOTRUN]
+ PASS
+
+ [Cache.match with string fragment "http" as query]
+ expected:
+ if (processor == "x86") and (os == "win") and not debug: [PASS, NOTRUN]
+
+ [Cache.match with ignoreSearch option (request with search parameter)]
+ expected:
+ if (processor == "x86") and (os == "win") and not debug: [PASS, NOTRUN]
+
+ [cors-exposed header should be stored correctly.]
+ expected:
+ if (processor == "x86") and (os == "win") and not debug: [PASS, NOTRUN]
+
+ [Cache.match supports ignoreMethod]
+ expected:
+ if (processor == "x86") and (os == "win") and not debug: [PASS, NOTRUN]
+
+ [MIME type should reflect Content-Type headers of response.]
+ expected:
+ if (processor == "x86") and (os == "win") and not debug: [PASS, NOTRUN]
+
+ [Cache.match with POST Request]
+ expected:
+ if (processor == "x86") and (os == "win") and not debug: [PASS, NOTRUN]
+
+ [Cache.match invoked multiple times for the same Request/Response]
+ expected:
+ if (processor == "x86") and (os == "win") and not debug: [PASS, NOTRUN]
+
+ [Cache.match with ignoreSearch option (request with no search parameters)]
+ expected:
+ if (processor == "x86") and (os == "win") and not debug: [PASS, NOTRUN]
+
+ [Cache produces large Responses that can be cloned and read correctly.]
+ expected:
+ if (processor == "x86") and (os == "win") and not debug: [PASS, NOTRUN]
+
+ [Cache.match with a non-2xx Response]
+ expected:
+ if (processor == "x86") and (os == "win") and not debug: [PASS, NOTRUN]
+
+ [Cache.match with Request and Response objects with different URLs]
+ expected:
+ if (processor == "x86") and (os == "win") and not debug: [PASS, NOTRUN]
+
+ [Cache.match does not support cacheName option]
+ expected:
+ if (processor == "x86") and (os == "win") and not debug: [PASS, NOTRUN]
+
+ [Cache.match blob should be sliceable]
+ expected:
+ if (processor == "x86") and (os == "win") and not debug: [PASS, NOTRUN]
+
+ [Cache.match with responses containing "Vary" header]
+ expected:
+ if (processor == "x86") and (os == "win") and not debug: [PASS, NOTRUN]
+
+ [Cache.match with new Request]
+ expected:
+ if (processor == "x86") and (os == "win") and not debug: [PASS, NOTRUN]
+
+ [MIME type should be set from content-header correctly.]
+ expected:
+ if (processor == "x86") and (os == "win") and not debug: [PASS, NOTRUN]
+
+ [Cache.match with multiple cache hits]
+ expected:
+ if (processor == "x86") and (os == "win") and not debug: [PASS, TIMEOUT]
+
+ [Cache.match supports ignoreVary]
+ expected:
+ if (processor == "x86") and (os == "win") and not debug: [PASS, NOTRUN]
+
+ [Cache.match with URL containing fragment]
+ expected:
+ if (processor == "x86") and (os == "win") and not debug: [PASS, NOTRUN]
+
+ [Cache.match with HEAD]
+ expected:
+ if (processor == "x86") and (os == "win") and not debug: [PASS, NOTRUN]
+
+ [Cache.match with a network error Response]
+ expected:
+ if (processor == "x86") and (os == "win") and not debug: [PASS, NOTRUN]
+
+
+[cache-match.https.any.worker.html]
+ expected:
+ if (processor == "x86") and (os == "win") and not debug: [OK, TIMEOUT]
+ [Cache.match ignores vary headers on opaque response.]
+ expected:
+ if (processor == "x86") and (os == "win") and not debug: [PASS, NOTRUN]
+ PASS
+
+ [Cache.match with string fragment "http" as query]
+ expected:
+ if (processor == "x86") and (os == "win") and not debug: [PASS, NOTRUN]
+
+ [Cache.match with ignoreSearch option (request with search parameter)]
+ expected:
+ if (processor == "x86") and (os == "win") and not debug: [PASS, NOTRUN]
+
+ [cors-exposed header should be stored correctly.]
+ expected:
+ if (processor == "x86") and (os == "win") and not debug: [PASS, NOTRUN]
+
+ [Cache.match supports ignoreMethod]
+ expected:
+ if (processor == "x86") and (os == "win") and not debug: [PASS, NOTRUN]
+
+ [MIME type should reflect Content-Type headers of response.]
+ expected:
+ if (processor == "x86") and (os == "win") and not debug: [PASS, NOTRUN]
+
+ [Cache.match with POST Request]
+ expected:
+ if (processor == "x86") and (os == "win") and not debug: [PASS, NOTRUN]
+
+ [Cache.match invoked multiple times for the same Request/Response]
+ expected:
+ if (processor == "x86") and (os == "win") and not debug: [PASS, NOTRUN]
+
+ [Cache.match with ignoreSearch option (request with no search parameters)]
+ expected:
+ if (processor == "x86") and (os == "win") and not debug: [PASS, TIMEOUT]
+
+ [Cache produces large Responses that can be cloned and read correctly.]
+ expected:
+ if (processor == "x86") and (os == "win") and not debug: [PASS, NOTRUN]
+
+ [Cache.match with a non-2xx Response]
+ expected:
+ if (processor == "x86") and (os == "win") and not debug: [PASS, NOTRUN]
+
+ [Cache.match with Request and Response objects with different URLs]
+ expected:
+ if (processor == "x86") and (os == "win") and not debug: [PASS, NOTRUN]
+
+ [Cache.match does not support cacheName option]
+ expected:
+ if (processor == "x86") and (os == "win") and not debug: [PASS, NOTRUN]
+
+ [Cache.match blob should be sliceable]
+ expected:
+ if (processor == "x86") and (os == "win") and not debug: [PASS, NOTRUN]
+
+ [Cache.match with responses containing "Vary" header]
+ expected:
+ if (processor == "x86") and (os == "win") and not debug: [PASS, NOTRUN]
+
+ [MIME type should be set from content-header correctly.]
+ expected:
+ if (processor == "x86") and (os == "win") and not debug: [PASS, NOTRUN]
+
+ [Cache.match supports ignoreVary]
+ expected:
+ if (processor == "x86") and (os == "win") and not debug: [PASS, NOTRUN]
+
+ [Cache.match with URL containing fragment]
+ expected:
+ if (processor == "x86") and (os == "win") and not debug: [PASS, NOTRUN]
+
+ [Cache.match with a network error Response]
+ expected:
+ if (processor == "x86") and (os == "win") and not debug: [PASS, NOTRUN]
+
+
+[cache-match.https.any.sharedworker.html]
+ expected:
+ if (processor == "x86") and (os == "win") and not debug: [OK, TIMEOUT]
+ [Cache.match ignores vary headers on opaque response.]
+ expected:
+ if (processor == "x86") and (os == "win") and not debug: [PASS, NOTRUN]
+ PASS
+
+ [Cache.match with string fragment "http" as query]
+ expected:
+ if (processor == "x86") and (os == "win") and not debug: [PASS, NOTRUN]
+
+ [Cache.match with ignoreSearch option (request with search parameter)]
+ expected:
+ if (processor == "x86") and (os == "win") and not debug: [PASS, NOTRUN]
+
+ [cors-exposed header should be stored correctly.]
+ expected:
+ if (processor == "x86") and (os == "win") and not debug: [PASS, NOTRUN]
+
+ [Cache.match supports ignoreMethod]
+ expected:
+ if (processor == "x86") and (os == "win") and not debug: [PASS, NOTRUN]
+
+ [MIME type should reflect Content-Type headers of response.]
+ expected:
+ if (processor == "x86") and (os == "win") and not debug: [PASS, NOTRUN]
+
+ [Cache.match with POST Request]
+ expected:
+ if (processor == "x86") and (os == "win") and not debug: [PASS, NOTRUN]
+
+ [Cache.match invoked multiple times for the same Request/Response]
+ expected:
+ if (processor == "x86") and (os == "win") and not debug: [PASS, NOTRUN]
+
+ [Cache.match with ignoreSearch option (request with no search parameters)]
+ expected:
+ if (processor == "x86") and (os == "win") and not debug: [PASS, NOTRUN]
+
+ [Cache produces large Responses that can be cloned and read correctly.]
+ expected:
+ if (processor == "x86") and (os == "win") and not debug: [PASS, NOTRUN]
+
+ [Cache.match with a non-2xx Response]
+ expected:
+ if (processor == "x86") and (os == "win") and not debug: [PASS, NOTRUN]
+
+ [Cache.match with Request and Response objects with different URLs]
+ expected:
+ if (processor == "x86") and (os == "win") and not debug: [PASS, NOTRUN]
+
+ [Cache.match does not support cacheName option]
+ expected:
+ if (processor == "x86") and (os == "win") and not debug: [PASS, NOTRUN]
+
+ [Cache.match blob should be sliceable]
+ expected:
+ if (processor == "x86") and (os == "win") and not debug: [PASS, NOTRUN]
+
+ [Cache.match with responses containing "Vary" header]
+ expected:
+ if (processor == "x86") and (os == "win") and not debug: [PASS, NOTRUN]
+
+ [Cache.match with new Request]
+ expected:
+ if (processor == "x86") and (os == "win") and not debug: [PASS, TIMEOUT]
+
+ [MIME type should be set from content-header correctly.]
+ expected:
+ if (processor == "x86") and (os == "win") and not debug: [PASS, NOTRUN]
+
+ [Cache.match supports ignoreVary]
+ expected:
+ if (processor == "x86") and (os == "win") and not debug: [PASS, NOTRUN]
+
+ [Cache.match with URL containing fragment]
+ expected:
+ if (processor == "x86") and (os == "win") and not debug: [PASS, NOTRUN]
+
+ [Cache.match with HEAD]
+ expected:
+ if (processor == "x86") and (os == "win") and not debug: [PASS, NOTRUN]
+
+ [Cache.match with a network error Response]
+ expected:
+ if (processor == "x86") and (os == "win") and not debug: [PASS, NOTRUN]
+
+
+[cache-match.https.any.serviceworker.html]
+ disabled:
+ if privateBrowsing: https://bugzilla.mozilla.org/show_bug.cgi?id=1320796
+ expected:
+ if (processor == "x86") and (os == "win") and not debug: [OK, TIMEOUT]
+ [Cache.match ignores vary headers on opaque response.]
+ expected:
+ if (processor == "x86") and (os == "win") and not debug: [PASS, NOTRUN]
+ PASS
+
+ [Cache.match with string fragment "http" as query]
+ expected:
+ if (processor == "x86") and (os == "win") and not debug: [PASS, NOTRUN]
+
+ [Cache.match with ignoreSearch option (request with search parameter)]
+ expected:
+ if (processor == "x86") and (os == "win") and not debug: [PASS, NOTRUN]
+
+ [cors-exposed header should be stored correctly.]
+ expected:
+ if (processor == "x86") and (os == "win") and not debug: [PASS, NOTRUN]
+
+ [Cache.match supports ignoreMethod]
+ expected:
+ if (processor == "x86") and (os == "win") and not debug: [PASS, NOTRUN]
+
+ [MIME type should reflect Content-Type headers of response.]
+ expected:
+ if (processor == "x86") and (os == "win") and not debug: [PASS, NOTRUN]
+
+ [Cache.match with POST Request]
+ expected:
+ if (processor == "x86") and (os == "win") and not debug: [PASS, NOTRUN]
+
+ [Cache.match invoked multiple times for the same Request/Response]
+ expected:
+ if (processor == "x86") and (os == "win") and not debug: [PASS, NOTRUN]
+
+ [Cache.match with ignoreSearch option (request with no search parameters)]
+ expected:
+ if (processor == "x86") and (os == "win") and not debug: [PASS, NOTRUN]
+
+ [Cache produces large Responses that can be cloned and read correctly.]
+ expected:
+ if (processor == "x86") and (os == "win") and not debug: [PASS, NOTRUN]
+
+ [Cache.match with a non-2xx Response]
+ expected:
+ if (processor == "x86") and (os == "win") and not debug: [PASS, NOTRUN]
+
+ [Cache.match with Request and Response objects with different URLs]
+ expected:
+ if (processor == "x86") and (os == "win") and not debug: [PASS, NOTRUN]
+
+ [Cache.match does not support cacheName option]
+ expected:
+ if (processor == "x86") and (os == "win") and not debug: [PASS, NOTRUN]
+
+ [Cache.match blob should be sliceable]
+ expected:
+ if (processor == "x86") and (os == "win") and not debug: [PASS, NOTRUN]
+
+ [Cache.match with responses containing "Vary" header]
+ expected:
+ if (processor == "x86") and (os == "win") and not debug: [PASS, NOTRUN]
+
+ [Cache.match with new Request]
+ expected:
+ if (processor == "x86") and (os == "win") and not debug: [PASS, NOTRUN]
+
+ [MIME type should be set from content-header correctly.]
+ expected:
+ if (processor == "x86") and (os == "win") and not debug: [PASS, NOTRUN]
+
+ [Cache.match with multiple cache hits]
+ expected:
+ if (processor == "x86") and (os == "win") and not debug: [PASS, NOTRUN]
+
+ [Cache.match with Request]
+ expected:
+ if (processor == "x86") and (os == "win") and not debug: [PASS, TIMEOUT]
+
+ [Cache.match supports ignoreVary]
+ expected:
+ if (processor == "x86") and (os == "win") and not debug: [PASS, NOTRUN]
+
+ [Cache.match with URL containing fragment]
+ expected:
+ if (processor == "x86") and (os == "win") and not debug: [PASS, NOTRUN]
+
+ [Cache.match with HEAD]
+ expected:
+ if (processor == "x86") and (os == "win") and not debug: [PASS, NOTRUN]
+
+ [Cache.match with a network error Response]
+ expected:
+ if (processor == "x86") and (os == "win") and not debug: [PASS, NOTRUN]
diff --git a/testing/web-platform/meta/service-workers/cache-storage/cache-matchAll.https.any.js.ini b/testing/web-platform/meta/service-workers/cache-storage/cache-matchAll.https.any.js.ini
new file mode 100644
index 0000000000..8bb092e96b
--- /dev/null
+++ b/testing/web-platform/meta/service-workers/cache-storage/cache-matchAll.https.any.js.ini
@@ -0,0 +1,148 @@
+[cache-matchAll.https.any.worker.html]
+ expected:
+ if (processor == "x86") and (os == "win") and not debug: [OK, TIMEOUT]
+ [Cache.matchAll with ignoreSearch option (request with no search parameters)]
+ expected:
+ if (processor == "x86") and (os == "win") and not debug: [PASS, TIMEOUT]
+
+ [Cache.matchAll with ignoreSearch option (request with search parameters)]
+ expected:
+ if (processor == "x86") and (os == "win") and not debug: [PASS, NOTRUN]
+
+ [Cache.matchAll supports ignoreMethod]
+ expected:
+ if (processor == "x86") and (os == "win") and not debug: [PASS, NOTRUN]
+
+ [Cache.matchAll supports ignoreVary]
+ expected:
+ if (processor == "x86") and (os == "win") and not debug: [PASS, NOTRUN]
+
+ [Cache.matchAll with URL containing fragment]
+ expected:
+ if (processor == "x86") and (os == "win") and not debug: [PASS, NOTRUN]
+
+ [Cache.matchAll with string fragment "http" as query]
+ expected:
+ if (processor == "x86") and (os == "win") and not debug: [PASS, NOTRUN]
+
+ [Cache.matchAll without parameters]
+ expected:
+ if (processor == "x86") and (os == "win") and not debug: [PASS, NOTRUN]
+
+ [Cache.matchAll with explicitly undefined request]
+ expected:
+ if (processor == "x86") and (os == "win") and not debug: [PASS, NOTRUN]
+
+ [Cache.matchAll with explicitly undefined request and empty options]
+ expected:
+ if (processor == "x86") and (os == "win") and not debug: [PASS, NOTRUN]
+
+ [Cache.matchAll with responses containing "Vary" header]
+ expected:
+ if (processor == "x86") and (os == "win") and not debug: [PASS, NOTRUN]
+
+ [Cache.matchAll with multiple vary pairs]
+ expected:
+ if (processor == "x86") and (os == "win") and not debug: [PASS, NOTRUN]
+
+
+[cache-matchAll.https.any.html]
+ expected:
+ if (processor == "x86") and (os == "win") and not debug: [OK, TIMEOUT]
+ [Cache.matchAll with Request]
+ expected:
+ if (processor == "x86") and (os == "win") and not debug: [PASS, TIMEOUT]
+
+ [Cache.matchAll with new Request]
+ expected:
+ if (processor == "x86") and (os == "win") and not debug: [PASS, NOTRUN]
+
+ [Cache.matchAll with HEAD]
+ expected:
+ if (processor == "x86") and (os == "win") and not debug: [PASS, NOTRUN]
+
+ [Cache.matchAll with ignoreSearch option (request with no search parameters)]
+ expected:
+ if (processor == "x86") and (os == "win") and not debug: [PASS, NOTRUN]
+
+ [Cache.matchAll with ignoreSearch option (request with search parameters)]
+ expected:
+ if (processor == "x86") and (os == "win") and not debug: [PASS, NOTRUN]
+
+ [Cache.matchAll supports ignoreMethod]
+ expected:
+ if (processor == "x86") and (os == "win") and not debug: [PASS, NOTRUN]
+
+ [Cache.matchAll supports ignoreVary]
+ expected:
+ if (processor == "x86") and (os == "win") and not debug: [PASS, NOTRUN]
+
+ [Cache.matchAll with URL containing fragment]
+ expected:
+ if (processor == "x86") and (os == "win") and not debug: [PASS, NOTRUN]
+
+ [Cache.matchAll with string fragment "http" as query]
+ expected:
+ if (processor == "x86") and (os == "win") and not debug: [PASS, NOTRUN]
+
+ [Cache.matchAll without parameters]
+ expected:
+ if (processor == "x86") and (os == "win") and not debug: [PASS, NOTRUN]
+
+ [Cache.matchAll with explicitly undefined request]
+ expected:
+ if (processor == "x86") and (os == "win") and not debug: [PASS, NOTRUN]
+
+ [Cache.matchAll with explicitly undefined request and empty options]
+ expected:
+ if (processor == "x86") and (os == "win") and not debug: [PASS, NOTRUN]
+
+ [Cache.matchAll with responses containing "Vary" header]
+ expected:
+ if (processor == "x86") and (os == "win") and not debug: [PASS, NOTRUN]
+
+ [Cache.matchAll with multiple vary pairs]
+ expected:
+ if (processor == "x86") and (os == "win") and not debug: [PASS, NOTRUN]
+
+
+[cache-matchAll.https.any.serviceworker.html]
+ disabled:
+ if privateBrowsing: https://bugzilla.mozilla.org/show_bug.cgi?id=1320796
+ expected:
+ if (processor == "x86") and (os == "win") and not debug: [OK, TIMEOUT]
+ [Cache.matchAll with responses containing "Vary" header]
+ expected:
+ if (processor == "x86") and (os == "win") and not debug: [PASS, TIMEOUT]
+
+ [Cache.matchAll with multiple vary pairs]
+ expected:
+ if (processor == "x86") and (os == "win") and not debug: [PASS, NOTRUN]
+
+
+[cache-matchAll.https.any.sharedworker.html]
+ expected:
+ if (processor == "x86") and (os == "win") and not debug: [OK, TIMEOUT]
+ [Cache.matchAll with string fragment "http" as query]
+ expected:
+ if (processor == "x86") and (os == "win") and not debug: [PASS, TIMEOUT]
+
+ [Cache.matchAll without parameters]
+ expected:
+ if (processor == "x86") and (os == "win") and not debug: [PASS, NOTRUN]
+
+ [Cache.matchAll with explicitly undefined request]
+ expected:
+ if (processor == "x86") and (os == "win") and not debug: [PASS, NOTRUN]
+
+ [Cache.matchAll with explicitly undefined request and empty options]
+ expected:
+ if (processor == "x86") and (os == "win") and not debug: [PASS, NOTRUN]
+
+ [Cache.matchAll with responses containing "Vary" header]
+ expected:
+ if (processor == "x86") and (os == "win") and not debug: [PASS, NOTRUN]
+
+ [Cache.matchAll with multiple vary pairs]
+ expected:
+ if (processor == "x86") and (os == "win") and not debug: [PASS, NOTRUN]
diff --git a/testing/web-platform/meta/service-workers/cache-storage/cache-put.https.any.js.ini b/testing/web-platform/meta/service-workers/cache-storage/cache-put.https.any.js.ini
new file mode 100644
index 0000000000..82d155a13a
--- /dev/null
+++ b/testing/web-platform/meta/service-workers/cache-storage/cache-put.https.any.js.ini
@@ -0,0 +1,3 @@
+[cache-put.https.any.serviceworker.html]
+ disabled:
+ if privateBrowsing: https://bugzilla.mozilla.org/show_bug.cgi?id=1320796
diff --git a/testing/web-platform/meta/service-workers/cache-storage/cache-storage-buckets.https.any.js.ini b/testing/web-platform/meta/service-workers/cache-storage/cache-storage-buckets.https.any.js.ini
new file mode 100644
index 0000000000..ca1f0a111d
--- /dev/null
+++ b/testing/web-platform/meta/service-workers/cache-storage/cache-storage-buckets.https.any.js.ini
@@ -0,0 +1,40 @@
+[cache-storage-buckets.https.any.html]
+ expected:
+ if (os == "android") and fission: [OK, TIMEOUT]
+ [caches from different buckets have different contents]
+ expected: FAIL
+
+ [cache.open promise is rejected when bucket is gone]
+ expected: FAIL
+
+
+[cache-storage-buckets.https.any.sharedworker.html]
+ expected:
+ if (os == "android") and fission: [OK, TIMEOUT]
+ [caches from different buckets have different contents]
+ expected: FAIL
+
+ [cache.open promise is rejected when bucket is gone]
+ expected: FAIL
+
+
+[cache-storage-buckets.https.any.serviceworker.html]
+ disabled:
+ if privateBrowsing: https://bugzilla.mozilla.org/show_bug.cgi?id=1320796
+ expected:
+ if (os == "android") and fission: [OK, TIMEOUT]
+ [caches from different buckets have different contents]
+ expected: FAIL
+
+ [cache.open promise is rejected when bucket is gone]
+ expected: FAIL
+
+
+[cache-storage-buckets.https.any.worker.html]
+ expected:
+ if (os == "android") and fission: [OK, TIMEOUT]
+ [caches from different buckets have different contents]
+ expected: FAIL
+
+ [cache.open promise is rejected when bucket is gone]
+ expected: FAIL
diff --git a/testing/web-platform/meta/service-workers/cache-storage/cache-storage-keys.https.any.js.ini b/testing/web-platform/meta/service-workers/cache-storage/cache-storage-keys.https.any.js.ini
new file mode 100644
index 0000000000..9507b2ba5b
--- /dev/null
+++ b/testing/web-platform/meta/service-workers/cache-storage/cache-storage-keys.https.any.js.ini
@@ -0,0 +1,17 @@
+[cache-storage-keys.https.any.sharedworker.html]
+ expected:
+ if (os == "android") and fission: [OK, TIMEOUT]
+
+[cache-storage-keys.https.any.worker.html]
+ expected:
+ if (os == "android") and fission: [OK, TIMEOUT]
+
+[cache-storage-keys.https.any.serviceworker.html]
+ disabled:
+ if privateBrowsing: https://bugzilla.mozilla.org/show_bug.cgi?id=1320796
+ expected:
+ if (os == "android") and fission: [OK, TIMEOUT]
+
+[cache-storage-keys.https.any.html]
+ expected:
+ if (os == "android") and fission: [OK, TIMEOUT]
diff --git a/testing/web-platform/meta/service-workers/cache-storage/cache-storage-match.https.any.js.ini b/testing/web-platform/meta/service-workers/cache-storage/cache-storage-match.https.any.js.ini
new file mode 100644
index 0000000000..0a3559677f
--- /dev/null
+++ b/testing/web-platform/meta/service-workers/cache-storage/cache-storage-match.https.any.js.ini
@@ -0,0 +1,17 @@
+[cache-storage-match.https.any.serviceworker.html]
+ disabled:
+ if privateBrowsing: https://bugzilla.mozilla.org/show_bug.cgi?id=1320796
+ expected:
+ if (os == "android") and fission: [OK, TIMEOUT]
+
+[cache-storage-match.https.any.html]
+ expected:
+ if (os == "android") and fission: [OK, TIMEOUT]
+
+[cache-storage-match.https.any.worker.html]
+ expected:
+ if (os == "android") and fission: [OK, TIMEOUT]
+
+[cache-storage-match.https.any.sharedworker.html]
+ expected:
+ if (os == "android") and fission: [OK, TIMEOUT]
diff --git a/testing/web-platform/meta/service-workers/cache-storage/cache-storage.https.any.js.ini b/testing/web-platform/meta/service-workers/cache-storage/cache-storage.https.any.js.ini
new file mode 100644
index 0000000000..865fa0e676
--- /dev/null
+++ b/testing/web-platform/meta/service-workers/cache-storage/cache-storage.https.any.js.ini
@@ -0,0 +1,17 @@
+[cache-storage.https.any.html]
+ expected:
+ if (os == "android") and fission: [OK, TIMEOUT]
+
+[cache-storage.https.any.sharedworker.html]
+ expected:
+ if (os == "android") and fission: [OK, TIMEOUT]
+
+[cache-storage.https.any.worker.html]
+ expected:
+ if (os == "android") and fission: [OK, TIMEOUT]
+
+[cache-storage.https.any.serviceworker.html]
+ disabled:
+ if privateBrowsing: https://bugzilla.mozilla.org/show_bug.cgi?id=1320796
+ expected:
+ if (os == "android") and fission: [TIMEOUT, OK]
diff --git a/testing/web-platform/meta/service-workers/cache-storage/common.https.window.js.ini b/testing/web-platform/meta/service-workers/cache-storage/common.https.window.js.ini
new file mode 100644
index 0000000000..5423040e27
--- /dev/null
+++ b/testing/web-platform/meta/service-workers/cache-storage/common.https.window.js.ini
@@ -0,0 +1,3 @@
+[common.https.window.html]
+ expected:
+ if (os == "android") and fission: [OK, TIMEOUT]
diff --git a/testing/web-platform/meta/service-workers/cache-storage/credentials.https.html.ini b/testing/web-platform/meta/service-workers/cache-storage/credentials.https.html.ini
new file mode 100644
index 0000000000..400f9706dd
--- /dev/null
+++ b/testing/web-platform/meta/service-workers/cache-storage/credentials.https.html.ini
@@ -0,0 +1,5 @@
+[credentials.https.html]
+ disabled:
+ if privateBrowsing: https://bugzilla.mozilla.org/show_bug.cgi?id=1320796
+ expected:
+ if (os == "android") and fission: [OK, TIMEOUT]
diff --git a/testing/web-platform/meta/service-workers/cache-storage/cross-partition.https.tentative.html.ini b/testing/web-platform/meta/service-workers/cache-storage/cross-partition.https.tentative.html.ini
new file mode 100644
index 0000000000..68b0f101cd
--- /dev/null
+++ b/testing/web-platform/meta/service-workers/cache-storage/cross-partition.https.tentative.html.ini
@@ -0,0 +1,18 @@
+[cross-partition.https.tentative.html]
+ disabled:
+ if privateBrowsing: https://bugzilla.mozilla.org/show_bug.cgi?id=1320796
+ expected:
+ if (os == "android") and not fission: [OK, TIMEOUT]
+ if (os == "android") and fission: [OK, TIMEOUT]
+ [CacheStorage caches shouldn't be shared with a cross-partition iframe]
+ expected: FAIL
+
+ [CacheStorage caches shouldn't be shared with a cross-partition dedicated worker]
+ expected: FAIL
+
+ [CacheStorage caches shouldn't be shared with a cross-partition shared worker]
+ expected: FAIL
+
+ [CacheStorage caches shouldn't be shared with a cross-partition service worker]
+ expected:
+ if os == "android": [FAIL, TIMEOUT]
diff --git a/testing/web-platform/meta/service-workers/cache-storage/sandboxed-iframes.https.html.ini b/testing/web-platform/meta/service-workers/cache-storage/sandboxed-iframes.https.html.ini
new file mode 100644
index 0000000000..1b23e1a6c6
--- /dev/null
+++ b/testing/web-platform/meta/service-workers/cache-storage/sandboxed-iframes.https.html.ini
@@ -0,0 +1,3 @@
+[sandboxed-iframes.https.html]
+ expected:
+ if (os == "android") and fission: [OK, TIMEOUT]
diff --git a/testing/web-platform/meta/service-workers/cache-storage/serviceworker/__dir__.ini b/testing/web-platform/meta/service-workers/cache-storage/serviceworker/__dir__.ini
new file mode 100644
index 0000000000..4a3391f164
--- /dev/null
+++ b/testing/web-platform/meta/service-workers/cache-storage/serviceworker/__dir__.ini
@@ -0,0 +1,3 @@
+prefs: [dom.serviceWorkers.enabled:true, dom.serviceWorkers.exemptFromPerDomainMax:true]
+lsan-disabled: true
+leak-threshold: [tab:51200]