diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 01:13:33 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 01:13:33 +0000 |
commit | 086c044dc34dfc0f74fbe41f4ecb402b2cd34884 (patch) | |
tree | a4f824bd33cb075dd5aa3eb5a0a94af221bbe83a /testing/web-platform/meta/shared-storage | |
parent | Adding debian version 124.0.1-1. (diff) | |
download | firefox-086c044dc34dfc0f74fbe41f4ecb402b2cd34884.tar.xz firefox-086c044dc34dfc0f74fbe41f4ecb402b2cd34884.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')
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 |