diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 19:33:14 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 19:33:14 +0000 |
commit | 36d22d82aa202bb199967e9512281e9a53db42c9 (patch) | |
tree | 105e8c98ddea1c1e4784a60a5a6410fa416be2de /testing/web-platform/meta/shared-storage | |
parent | Initial commit. (diff) | |
download | firefox-esr-36d22d82aa202bb199967e9512281e9a53db42c9.tar.xz firefox-esr-36d22d82aa202bb199967e9512281e9a53db42c9.zip |
Adding upstream version 115.7.0esr.upstream/115.7.0esrupstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'testing/web-platform/meta/shared-storage')
5 files changed, 42 insertions, 0 deletions
diff --git a/testing/web-platform/meta/shared-storage/select-url-permissions-policy-none.tentative.https.sub.html.ini b/testing/web-platform/meta/shared-storage/select-url-permissions-policy-none.tentative.https.sub.html.ini new file mode 100644 index 0000000000..990b636943 --- /dev/null +++ b/testing/web-platform/meta/shared-storage/select-url-permissions-policy-none.tentative.https.sub.html.ini @@ -0,0 +1,9 @@ +[select-url-permissions-policy-none.tentative.https.sub.html] + [permissions policy header shared-storage-select-url=() disallows sharedStorage.selectURL() in the current page.] + expected: FAIL + + [permissions policy header shared-storage-select-url=() disallows sharedStorage.selectURL() in same-origin iframes.] + expected: FAIL + + [permissions policy header shared-storage-select-url=() disallows sharedStorage.selectURL() in cross-origin iframes.] + expected: FAIL diff --git a/testing/web-platform/meta/shared-storage/select-url-permissions-policy-self.tentative.https.sub.html.ini b/testing/web-platform/meta/shared-storage/select-url-permissions-policy-self.tentative.https.sub.html.ini new file mode 100644 index 0000000000..5a7c2d8c2d --- /dev/null +++ b/testing/web-platform/meta/shared-storage/select-url-permissions-policy-self.tentative.https.sub.html.ini @@ -0,0 +1,3 @@ +[select-url-permissions-policy-self.tentative.https.sub.html] + [permissions policy header shared-storage-select-url=(self) disallows sharedStorage.selectURL() in cross-origin iframes.] + expected: FAIL diff --git a/testing/web-platform/meta/shared-storage/shared-storage-permissions-policy-default.tentative.https.sub.html.ini b/testing/web-platform/meta/shared-storage/shared-storage-permissions-policy-default.tentative.https.sub.html.ini new file mode 100644 index 0000000000..691558f7ed --- /dev/null +++ b/testing/web-platform/meta/shared-storage/shared-storage-permissions-policy-default.tentative.https.sub.html.ini @@ -0,0 +1,10 @@ +[shared-storage-permissions-policy-default.tentative.https.sub.html] + expected: TIMEOUT + [Default permissions policy allows sharedStorage in the current page.] + expected: FAIL + + [Default permissions policy allows sharedStorage in same-origin iframes.] + expected: TIMEOUT + + [Default permissions policy allows sharedStorage in cross-origin iframes.] + expected: TIMEOUT diff --git a/testing/web-platform/meta/shared-storage/shared-storage-permissions-policy-none.tentative.https.sub.html.ini b/testing/web-platform/meta/shared-storage/shared-storage-permissions-policy-none.tentative.https.sub.html.ini new file mode 100644 index 0000000000..f366f8d504 --- /dev/null +++ b/testing/web-platform/meta/shared-storage/shared-storage-permissions-policy-none.tentative.https.sub.html.ini @@ -0,0 +1,10 @@ +[shared-storage-permissions-policy-none.tentative.https.sub.html] + expected: TIMEOUT + [permissions policy header shared-storage=() disallows sharedStorage in the current page.] + expected: FAIL + + [permissions policy header shared-storage=() disallows sharedStorage in same-origin iframes.] + expected: TIMEOUT + + [permissions policy header shared-storage=() disallows sharedStorage in cross-origin iframes.] + expected: TIMEOUT diff --git a/testing/web-platform/meta/shared-storage/shared-storage-permissions-policy-self.tentative.https.sub.html.ini b/testing/web-platform/meta/shared-storage/shared-storage-permissions-policy-self.tentative.https.sub.html.ini new file mode 100644 index 0000000000..f774db1877 --- /dev/null +++ b/testing/web-platform/meta/shared-storage/shared-storage-permissions-policy-self.tentative.https.sub.html.ini @@ -0,0 +1,10 @@ +[shared-storage-permissions-policy-self.tentative.https.sub.html] + expected: TIMEOUT + [permissions policy header shared-storage=(self) allows sharedStorage in the current page.] + expected: FAIL + + [permissions policy header shared-storage=(self) allows sharedStorage in same-origin iframes.] + expected: TIMEOUT + + [permissions policy header shared-storage=(self) disallows sharedStorage in cross-origin iframes.] + expected: TIMEOUT |