diff options
Diffstat (limited to 'testing/web-platform/meta/html/webappapis/user-prompts')
3 files changed, 11 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..31f31109c8 --- /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,4 @@ +[confirm-different-origin-frame.sub.html] + expected: + if (os == "mac") and not debug: [ERROR, OK] + 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..047bb39fe0 --- /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,4 @@ +[prompt-different-origin-frame.sub.html] + expected: + if (os == "mac") and not debug: [ERROR, OK] + ERROR 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..56c38abf52 --- /dev/null +++ b/testing/web-platform/meta/html/webappapis/user-prompts/print-in-detached-frame.html.ini @@ -0,0 +1,3 @@ +[print-in-detached-frame.html] + max-asserts: 2 + |