diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 17:32:43 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 17:32:43 +0000 |
commit | 6bf0a5cb5034a7e684dcc3500e841785237ce2dd (patch) | |
tree | a68f146d7fa01f0134297619fbe7e33db084e0aa /testing/web-platform/meta/html/capability-delegation | |
parent | Initial commit. (diff) | |
download | thunderbird-6bf0a5cb5034a7e684dcc3500e841785237ce2dd.tar.xz thunderbird-6bf0a5cb5034a7e684dcc3500e841785237ce2dd.zip |
Adding upstream version 1:115.7.0.upstream/1%115.7.0upstream
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 |