diff options
Diffstat (limited to 'testing/web-platform/meta/html/webappapis/user-prompts')
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 + |