From fbaf0bb26397aa498eb9156f06d5a6fe34dd7dd8 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 19 Apr 2024 03:14:29 +0200 Subject: Merging upstream version 125.0.1. Signed-off-by: Daniel Baumann --- ...append-exceed-former-entry-limit.tentative.https.html.ini | 3 +++ ...-worklet-credentials-include.tentative.https.sub.html.ini | 3 +++ ...ate-worklet-credentials-omit.tentative.https.sub.html.ini | 3 +++ ...klet-credentials-same-origin.tentative.https.sub.html.ini | 3 +++ ...ss-control-allow-credentials.tentative.https.sub.html.ini | 3 +++ ...-access-control-allow-origin.tentative.https.sub.html.ini | 3 +++ .../set-exceed-former-entry-limit.tentative.https.html.ini | 3 +++ .../setters-long-string.tentative.https.sub.html.ini | 12 ++++++++++++ .../meta/shared-storage/setters.tentative.https.sub.html.ini | 9 --------- 9 files changed, 33 insertions(+), 9 deletions(-) create mode 100644 testing/web-platform/meta/shared-storage/append-exceed-former-entry-limit.tentative.https.html.ini create mode 100644 testing/web-platform/meta/shared-storage/cross-origin-create-worklet-credentials-include.tentative.https.sub.html.ini create mode 100644 testing/web-platform/meta/shared-storage/cross-origin-create-worklet-credentials-omit.tentative.https.sub.html.ini create mode 100644 testing/web-platform/meta/shared-storage/cross-origin-create-worklet-credentials-same-origin.tentative.https.sub.html.ini create mode 100644 testing/web-platform/meta/shared-storage/cross-origin-create-worklet-failure-missing-access-control-allow-credentials.tentative.https.sub.html.ini create mode 100644 testing/web-platform/meta/shared-storage/cross-origin-create-worklet-failure-missing-access-control-allow-origin.tentative.https.sub.html.ini create mode 100644 testing/web-platform/meta/shared-storage/set-exceed-former-entry-limit.tentative.https.html.ini create mode 100644 testing/web-platform/meta/shared-storage/setters-long-string.tentative.https.sub.html.ini (limited to 'testing/web-platform/meta/shared-storage') 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 -- cgit v1.2.3