summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/web-share/disabled-by-permissions-policy-cross-origin.https.sub.html.ini
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-19 01:47:29 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-19 01:47:29 +0000
commit0ebf5bdf043a27fd3dfb7f92e0cb63d88954c44d (patch)
treea31f07c9bcca9d56ce61e9a1ffd30ef350d513aa /testing/web-platform/meta/web-share/disabled-by-permissions-policy-cross-origin.https.sub.html.ini
parentInitial commit. (diff)
downloadfirefox-esr-0ebf5bdf043a27fd3dfb7f92e0cb63d88954c44d.tar.xz
firefox-esr-0ebf5bdf043a27fd3dfb7f92e0cb63d88954c44d.zip
Adding upstream version 115.8.0esr.upstream/115.8.0esr
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'testing/web-platform/meta/web-share/disabled-by-permissions-policy-cross-origin.https.sub.html.ini')
-rw-r--r--testing/web-platform/meta/web-share/disabled-by-permissions-policy-cross-origin.https.sub.html.ini44
1 files changed, 44 insertions, 0 deletions
diff --git a/testing/web-platform/meta/web-share/disabled-by-permissions-policy-cross-origin.https.sub.html.ini b/testing/web-platform/meta/web-share/disabled-by-permissions-policy-cross-origin.https.sub.html.ini
new file mode 100644
index 0000000000..f8b46a2f04
--- /dev/null
+++ b/testing/web-platform/meta/web-share/disabled-by-permissions-policy-cross-origin.https.sub.html.ini
@@ -0,0 +1,44 @@
+[disabled-by-permissions-policy-cross-origin.https.sub.html]
+ expected:
+ if (os == "win") and not debug and (processor == "x86"): [TIMEOUT, OK]
+ if (os == "linux") and fission: [TIMEOUT, OK]
+ [OK, TIMEOUT]
+ [share() is disabled by default 'self' by permissions policy for cross-origin iframes]
+ expected:
+ if (os == "linux") and fission: [FAIL, TIMEOUT]
+ if (os == "mac") and not debug: [FAIL, TIMEOUT]
+ FAIL
+
+ [share() is disabled explicitly by permissions policy for cross-origin iframe]
+ expected:
+ if (os == "linux") and fission and not debug and (processor == "x86"): [TIMEOUT, FAIL, NOTRUN]
+ if (os == "linux") and fission and not debug and (processor == "x86_64"): [TIMEOUT, FAIL, NOTRUN]
+ if (os == "linux") and fission and debug and swgl: [TIMEOUT, FAIL, NOTRUN]
+ if (os == "linux") and fission and debug and not swgl: [TIMEOUT, FAIL, NOTRUN]
+ [FAIL, TIMEOUT, NOTRUN]
+
+ [share() not allowed, as only allowed to share with self]
+ expected:
+ if (os == "linux") and fission and debug and swgl: [NOTRUN, FAIL, TIMEOUT]
+ if (os == "linux") and fission and debug and not swgl: [NOTRUN, FAIL, TIMEOUT]
+ if (os == "linux") and fission and not debug and (processor == "x86"): [NOTRUN, FAIL, TIMEOUT]
+ if (os == "linux") and fission and not debug and (processor == "x86_64"): [NOTRUN, TIMEOUT, FAIL]
+ [FAIL, TIMEOUT, NOTRUN]
+
+ [canShare() not allowed to share by default permissions policy cross-origin]
+ expected:
+ if (os == "linux") and fission: [NOTRUN, PASS, TIMEOUT]
+ [PASS, TIMEOUT, NOTRUN]
+
+ [canShare() is allowed by permissions policy to share cross-origin on a particular origin]
+ expected:
+ if (os == "win") and (processor == "x86") and not debug: [TIMEOUT, PASS, FAIL, NOTRUN]
+ if (os == "linux") and fission: [NOTRUN, PASS, FAIL, TIMEOUT]
+ if (os == "mac") and not debug: [PASS, TIMEOUT, FAIL, NOTRUN]
+ [PASS, FAIL, TIMEOUT, NOTRUN]
+
+ [canShare() with self]
+ expected:
+ if (os == "win") and not debug and (processor == "x86"): [NOTRUN, PASS]
+ if (os == "linux") and fission: [NOTRUN, PASS]
+ [PASS, NOTRUN]