summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/html/webappapis/user-prompts
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-07 09:22:09 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-07 09:22:09 +0000
commit43a97878ce14b72f0981164f87f2e35e14151312 (patch)
tree620249daf56c0258faa40cbdcf9cfba06de2a846 /testing/web-platform/meta/html/webappapis/user-prompts
parentInitial commit. (diff)
downloadfirefox-upstream.tar.xz
firefox-upstream.zip
Adding upstream version 110.0.1.upstream/110.0.1upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'testing/web-platform/meta/html/webappapis/user-prompts')
-rw-r--r--testing/web-platform/meta/html/webappapis/user-prompts/cannot-show-simple-dialogs/confirm-different-origin-frame.sub.html.ini2
-rw-r--r--testing/web-platform/meta/html/webappapis/user-prompts/cannot-show-simple-dialogs/prompt-different-origin-frame.sub.html.ini2
-rw-r--r--testing/web-platform/meta/html/webappapis/user-prompts/print-during-beforeunload.html.ini5
-rw-r--r--testing/web-platform/meta/html/webappapis/user-prompts/print-during-unload.html.ini5
-rw-r--r--testing/web-platform/meta/html/webappapis/user-prompts/print-in-detached-frame.html.ini6
5 files changed, 20 insertions, 0 deletions
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
+