diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 01:47:29 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 01:47:29 +0000 |
commit | 0ebf5bdf043a27fd3dfb7f92e0cb63d88954c44d (patch) | |
tree | a31f07c9bcca9d56ce61e9a1ffd30ef350d513aa /testing/web-platform/meta/html/capability-delegation | |
parent | Initial commit. (diff) | |
download | firefox-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/html/capability-delegation')
6 files changed, 28 insertions, 0 deletions
diff --git a/testing/web-platform/meta/html/capability-delegation/delegate-fullscreen-request-popup-cross-origin.https.sub.tentative.html.ini b/testing/web-platform/meta/html/capability-delegation/delegate-fullscreen-request-popup-cross-origin.https.sub.tentative.html.ini new file mode 100644 index 0000000000..55a0bfbb75 --- /dev/null +++ b/testing/web-platform/meta/html/capability-delegation/delegate-fullscreen-request-popup-cross-origin.https.sub.tentative.html.ini @@ -0,0 +1,3 @@ +[delegate-fullscreen-request-popup-cross-origin.https.sub.tentative.html] + [Fullscreen requests from a cross-origin popup succeeds with delegation from an opener with user activation] + expected: FAIL diff --git a/testing/web-platform/meta/html/capability-delegation/delegate-fullscreen-request-popup-same-origin.https.tentative.html.ini b/testing/web-platform/meta/html/capability-delegation/delegate-fullscreen-request-popup-same-origin.https.tentative.html.ini new file mode 100644 index 0000000000..14c9e6183e --- /dev/null +++ b/testing/web-platform/meta/html/capability-delegation/delegate-fullscreen-request-popup-same-origin.https.tentative.html.ini @@ -0,0 +1,3 @@ +[delegate-fullscreen-request-popup-same-origin.https.tentative.html] + [Fullscreen requests from a same-origin popup succeeds with delegation from an opener with user activation] + expected: FAIL diff --git a/testing/web-platform/meta/html/capability-delegation/delegate-fullscreen-request-subframe-cross-origin.https.sub.tentative.html.ini b/testing/web-platform/meta/html/capability-delegation/delegate-fullscreen-request-subframe-cross-origin.https.sub.tentative.html.ini new file mode 100644 index 0000000000..748bf14941 --- /dev/null +++ b/testing/web-platform/meta/html/capability-delegation/delegate-fullscreen-request-subframe-cross-origin.https.sub.tentative.html.ini @@ -0,0 +1,5 @@ +[delegate-fullscreen-request-subframe-cross-origin.https.sub.tentative.html] + expected: + if (os == "android") and fission: [TIMEOUT, OK] + [Fullscreen requests from a cross-origin subframe succeeds with delegation from an opener with user activation] + expected: FAIL diff --git a/testing/web-platform/meta/html/capability-delegation/delegate-fullscreen-request-subframe-same-origin.https.tentative.html.ini b/testing/web-platform/meta/html/capability-delegation/delegate-fullscreen-request-subframe-same-origin.https.tentative.html.ini new file mode 100644 index 0000000000..e2b4fb3bed --- /dev/null +++ b/testing/web-platform/meta/html/capability-delegation/delegate-fullscreen-request-subframe-same-origin.https.tentative.html.ini @@ -0,0 +1,3 @@ +[delegate-fullscreen-request-subframe-same-origin.https.tentative.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/capability-delegation/delegation-consumes-activation.https.tentative.html.ini b/testing/web-platform/meta/html/capability-delegation/delegation-consumes-activation.https.tentative.html.ini new file mode 100644 index 0000000000..f44e606755 --- /dev/null +++ b/testing/web-platform/meta/html/capability-delegation/delegation-consumes-activation.https.tentative.html.ini @@ -0,0 +1,4 @@ +[delegation-consumes-activation.https.tentative.html] + expected: TIMEOUT + [Capability delegation consumes transient user activation] + expected: NOTRUN diff --git a/testing/web-platform/meta/html/capability-delegation/delegation-sender-checks.tentative.html.ini b/testing/web-platform/meta/html/capability-delegation/delegation-sender-checks.tentative.html.ini new file mode 100644 index 0000000000..752483f70a --- /dev/null +++ b/testing/web-platform/meta/html/capability-delegation/delegation-sender-checks.tentative.html.ini @@ -0,0 +1,10 @@ +[delegation-sender-checks.tentative.html] + expected: TIMEOUT + [Delegating an unsupported capability throws an exception] + expected: NOTRUN + + [Delegating to targetOrigin='*' throws an exception] + expected: NOTRUN + + [Delegating without user activation throws an exception] + expected: NOTRUN |