summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/shared-storage
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-19 01:14:29 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-19 01:14:29 +0000
commitfbaf0bb26397aa498eb9156f06d5a6fe34dd7dd8 (patch)
tree4c1ccaf5486d4f2009f9a338a98a83e886e29c97 /testing/web-platform/meta/shared-storage
parentReleasing progress-linux version 124.0.1-1~progress7.99u1. (diff)
downloadfirefox-fbaf0bb26397aa498eb9156f06d5a6fe34dd7dd8.tar.xz
firefox-fbaf0bb26397aa498eb9156f06d5a6fe34dd7dd8.zip
Merging upstream version 125.0.1.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'testing/web-platform/meta/shared-storage')
-rw-r--r--testing/web-platform/meta/shared-storage/append-exceed-former-entry-limit.tentative.https.html.ini3
-rw-r--r--testing/web-platform/meta/shared-storage/cross-origin-create-worklet-credentials-include.tentative.https.sub.html.ini3
-rw-r--r--testing/web-platform/meta/shared-storage/cross-origin-create-worklet-credentials-omit.tentative.https.sub.html.ini3
-rw-r--r--testing/web-platform/meta/shared-storage/cross-origin-create-worklet-credentials-same-origin.tentative.https.sub.html.ini3
-rw-r--r--testing/web-platform/meta/shared-storage/cross-origin-create-worklet-failure-missing-access-control-allow-credentials.tentative.https.sub.html.ini3
-rw-r--r--testing/web-platform/meta/shared-storage/cross-origin-create-worklet-failure-missing-access-control-allow-origin.tentative.https.sub.html.ini3
-rw-r--r--testing/web-platform/meta/shared-storage/set-exceed-former-entry-limit.tentative.https.html.ini3
-rw-r--r--testing/web-platform/meta/shared-storage/setters-long-string.tentative.https.sub.html.ini12
-rw-r--r--testing/web-platform/meta/shared-storage/setters.tentative.https.sub.html.ini9
9 files changed, 33 insertions, 9 deletions
diff --git a/testing/web-platform/meta/shared-storage/append-exceed-former-entry-limit.tentative.https.html.ini b/testing/web-platform/meta/shared-storage/append-exceed-former-entry-limit.tentative.https.html.ini
new file mode 100644
index 0000000000..20863368f8
--- /dev/null
+++ b/testing/web-platform/meta/shared-storage/append-exceed-former-entry-limit.tentative.https.html.ini
@@ -0,0 +1,3 @@
+[append-exceed-former-entry-limit.tentative.https.html]
+ [sharedStorage.append() is not constrained by the former entry limit of 10000]
+ expected: FAIL
diff --git a/testing/web-platform/meta/shared-storage/cross-origin-create-worklet-credentials-include.tentative.https.sub.html.ini b/testing/web-platform/meta/shared-storage/cross-origin-create-worklet-credentials-include.tentative.https.sub.html.ini
new file mode 100644
index 0000000000..ac44df6e7b
--- /dev/null
+++ b/testing/web-platform/meta/shared-storage/cross-origin-create-worklet-credentials-include.tentative.https.sub.html.ini
@@ -0,0 +1,3 @@
+[cross-origin-create-worklet-credentials-include.tentative.https.sub.html]
+ [createWorklet() with cross-origin module script and credentials "include"]
+ expected: FAIL
diff --git a/testing/web-platform/meta/shared-storage/cross-origin-create-worklet-credentials-omit.tentative.https.sub.html.ini b/testing/web-platform/meta/shared-storage/cross-origin-create-worklet-credentials-omit.tentative.https.sub.html.ini
new file mode 100644
index 0000000000..ae1b821a7b
--- /dev/null
+++ b/testing/web-platform/meta/shared-storage/cross-origin-create-worklet-credentials-omit.tentative.https.sub.html.ini
@@ -0,0 +1,3 @@
+[cross-origin-create-worklet-credentials-omit.tentative.https.sub.html]
+ [createWorklet() with cross-origin module script and credentials "omit"]
+ expected: FAIL
diff --git a/testing/web-platform/meta/shared-storage/cross-origin-create-worklet-credentials-same-origin.tentative.https.sub.html.ini b/testing/web-platform/meta/shared-storage/cross-origin-create-worklet-credentials-same-origin.tentative.https.sub.html.ini
new file mode 100644
index 0000000000..8aa9263f8d
--- /dev/null
+++ b/testing/web-platform/meta/shared-storage/cross-origin-create-worklet-credentials-same-origin.tentative.https.sub.html.ini
@@ -0,0 +1,3 @@
+[cross-origin-create-worklet-credentials-same-origin.tentative.https.sub.html]
+ [createWorklet() with cross-origin module script and credentials "same-origin"]
+ expected: FAIL
diff --git a/testing/web-platform/meta/shared-storage/cross-origin-create-worklet-failure-missing-access-control-allow-credentials.tentative.https.sub.html.ini b/testing/web-platform/meta/shared-storage/cross-origin-create-worklet-failure-missing-access-control-allow-credentials.tentative.https.sub.html.ini
new file mode 100644
index 0000000000..a06acaa381
--- /dev/null
+++ b/testing/web-platform/meta/shared-storage/cross-origin-create-worklet-failure-missing-access-control-allow-credentials.tentative.https.sub.html.ini
@@ -0,0 +1,3 @@
+[cross-origin-create-worklet-failure-missing-access-control-allow-credentials.tentative.https.sub.html]
+ [createWorklet() with cross-origin module script and credentials "include", and without the Access-Control-Allow-Credentials response header]
+ expected: FAIL
diff --git a/testing/web-platform/meta/shared-storage/cross-origin-create-worklet-failure-missing-access-control-allow-origin.tentative.https.sub.html.ini b/testing/web-platform/meta/shared-storage/cross-origin-create-worklet-failure-missing-access-control-allow-origin.tentative.https.sub.html.ini
new file mode 100644
index 0000000000..28787a68c1
--- /dev/null
+++ b/testing/web-platform/meta/shared-storage/cross-origin-create-worklet-failure-missing-access-control-allow-origin.tentative.https.sub.html.ini
@@ -0,0 +1,3 @@
+[cross-origin-create-worklet-failure-missing-access-control-allow-origin.tentative.https.sub.html]
+ [createWorklet() with cross-origin module script and credentials "include", and without the Access-Control-Allow-Origin response header]
+ expected: FAIL
diff --git a/testing/web-platform/meta/shared-storage/set-exceed-former-entry-limit.tentative.https.html.ini b/testing/web-platform/meta/shared-storage/set-exceed-former-entry-limit.tentative.https.html.ini
new file mode 100644
index 0000000000..1f1da943e9
--- /dev/null
+++ b/testing/web-platform/meta/shared-storage/set-exceed-former-entry-limit.tentative.https.html.ini
@@ -0,0 +1,3 @@
+[set-exceed-former-entry-limit.tentative.https.html]
+ [sharedStorage.set() is not constrained by the former entry limit of 10000]
+ expected: FAIL
diff --git a/testing/web-platform/meta/shared-storage/setters-long-string.tentative.https.sub.html.ini b/testing/web-platform/meta/shared-storage/setters-long-string.tentative.https.sub.html.ini
new file mode 100644
index 0000000000..e9f3c87df3
--- /dev/null
+++ b/testing/web-platform/meta/shared-storage/setters-long-string.tentative.https.sub.html.ini
@@ -0,0 +1,12 @@
+[setters-long-string.tentative.https.sub.html]
+ [sharedStorage.set with key length too big]
+ expected: FAIL
+
+ [sharedStorage.set with value length too big]
+ expected: FAIL
+
+ [sharedStorage.set with max allowed key length]
+ expected: FAIL
+
+ [sharedStorage.set with max allowed value length]
+ expected: FAIL
diff --git a/testing/web-platform/meta/shared-storage/setters.tentative.https.sub.html.ini b/testing/web-platform/meta/shared-storage/setters.tentative.https.sub.html.ini
index c7b7d383ab..fc800ff356 100644
--- a/testing/web-platform/meta/shared-storage/setters.tentative.https.sub.html.ini
+++ b/testing/web-platform/meta/shared-storage/setters.tentative.https.sub.html.ini
@@ -14,18 +14,9 @@
[sharedStorage.set with invalid options]
expected: FAIL
- [sharedStorage.set with max allowed key and value length]
- expected: FAIL
-
[sharedStorage.set with empty key]
expected: FAIL
- [sharedStorage.set with key length too big]
- expected: FAIL
-
- [sharedStorage.set with value length too big]
- expected: FAIL
-
[sharedStorage.append]
expected: FAIL