From 43a97878ce14b72f0981164f87f2e35e14151312 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 11:22:09 +0200 Subject: Adding upstream version 110.0.1. Signed-off-by: Daniel Baumann --- .../confirm-different-origin-frame.sub.html.ini | 2 ++ .../prompt-different-origin-frame.sub.html.ini | 2 ++ .../html/webappapis/user-prompts/print-during-beforeunload.html.ini | 5 +++++ .../meta/html/webappapis/user-prompts/print-during-unload.html.ini | 5 +++++ .../html/webappapis/user-prompts/print-in-detached-frame.html.ini | 6 ++++++ 5 files changed, 20 insertions(+) create mode 100644 testing/web-platform/meta/html/webappapis/user-prompts/cannot-show-simple-dialogs/confirm-different-origin-frame.sub.html.ini create mode 100644 testing/web-platform/meta/html/webappapis/user-prompts/cannot-show-simple-dialogs/prompt-different-origin-frame.sub.html.ini create mode 100644 testing/web-platform/meta/html/webappapis/user-prompts/print-during-beforeunload.html.ini create mode 100644 testing/web-platform/meta/html/webappapis/user-prompts/print-during-unload.html.ini create mode 100644 testing/web-platform/meta/html/webappapis/user-prompts/print-in-detached-frame.html.ini (limited to 'testing/web-platform/meta/html/webappapis/user-prompts') diff --git a/testing/web-platform/meta/html/webappapis/user-prompts/cannot-show-simple-dialogs/confirm-different-origin-frame.sub.html.ini b/testing/web-platform/meta/html/webappapis/user-prompts/cannot-show-simple-dialogs/confirm-different-origin-frame.sub.html.ini new file mode 100644 index 0000000000..c718947c71 --- /dev/null +++ b/testing/web-platform/meta/html/webappapis/user-prompts/cannot-show-simple-dialogs/confirm-different-origin-frame.sub.html.ini @@ -0,0 +1,2 @@ +[confirm-different-origin-frame.sub.html] + expected: ERROR diff --git a/testing/web-platform/meta/html/webappapis/user-prompts/cannot-show-simple-dialogs/prompt-different-origin-frame.sub.html.ini b/testing/web-platform/meta/html/webappapis/user-prompts/cannot-show-simple-dialogs/prompt-different-origin-frame.sub.html.ini new file mode 100644 index 0000000000..b0d53e6ff9 --- /dev/null +++ b/testing/web-platform/meta/html/webappapis/user-prompts/cannot-show-simple-dialogs/prompt-different-origin-frame.sub.html.ini @@ -0,0 +1,2 @@ +[prompt-different-origin-frame.sub.html] + expected: ERROR diff --git a/testing/web-platform/meta/html/webappapis/user-prompts/print-during-beforeunload.html.ini b/testing/web-platform/meta/html/webappapis/user-prompts/print-during-beforeunload.html.ini new file mode 100644 index 0000000000..a20ce30cdb --- /dev/null +++ b/testing/web-platform/meta/html/webappapis/user-prompts/print-during-beforeunload.html.ini @@ -0,0 +1,5 @@ +[print-during-beforeunload.html] + [print() during beforeunload] + expected: + if os == "android": FAIL + diff --git a/testing/web-platform/meta/html/webappapis/user-prompts/print-during-unload.html.ini b/testing/web-platform/meta/html/webappapis/user-prompts/print-during-unload.html.ini new file mode 100644 index 0000000000..476e6a3217 --- /dev/null +++ b/testing/web-platform/meta/html/webappapis/user-prompts/print-during-unload.html.ini @@ -0,0 +1,5 @@ +[print-during-unload.html] + [print() during unload] + expected: + if os == "android": FAIL + diff --git a/testing/web-platform/meta/html/webappapis/user-prompts/print-in-detached-frame.html.ini b/testing/web-platform/meta/html/webappapis/user-prompts/print-in-detached-frame.html.ini new file mode 100644 index 0000000000..3849773680 --- /dev/null +++ b/testing/web-platform/meta/html/webappapis/user-prompts/print-in-detached-frame.html.ini @@ -0,0 +1,6 @@ +[print-in-detached-frame.html] + max-asserts: 2 + [print() in a detached iframe] + expected: + if os == "android": FAIL + -- cgit v1.2.3