summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/webdriver/tests/classic/send_alert_text/send.py.ini
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/meta/webdriver/tests/classic/send_alert_text/send.py.ini')
-rw-r--r--testing/web-platform/meta/webdriver/tests/classic/send_alert_text/send.py.ini31
1 files changed, 31 insertions, 0 deletions
diff --git a/testing/web-platform/meta/webdriver/tests/classic/send_alert_text/send.py.ini b/testing/web-platform/meta/webdriver/tests/classic/send_alert_text/send.py.ini
new file mode 100644
index 0000000000..73de3a4d5d
--- /dev/null
+++ b/testing/web-platform/meta/webdriver/tests/classic/send_alert_text/send.py.ini
@@ -0,0 +1,31 @@
+[send.py]
+ expected:
+ if (os == "win") and not debug and (processor == "x86_64"): [OK, TIMEOUT]
+ if (os == "win") and not debug and (processor == "x86"): [OK, TIMEOUT]
+ [test_unexpected_alert]
+ expected:
+ if not swgl and (os == "win") and debug and (processor == "x86"): [PASS, FAIL]
+ if not swgl and (os == "win") and debug and (processor == "x86_64"): [PASS, FAIL]
+ if not swgl and (os == "android") and not debug: [PASS, FAIL]
+ if swgl: [PASS, FAIL]
+
+ [test_send_alert_text[Federer\]]
+ expected:
+ if (os == "android") and debug: [PASS, FAIL]
+
+ [test_send_alert_text[\]]
+ expected:
+ if (os == "android") and not swgl: [PASS, FAIL]
+
+ [test_send_alert_text[Fed\\terer\]]
+ expected:
+ if (os == "android") and not swgl: [PASS, FAIL]
+
+ [test_send_alert_text[ Fed erer \]]
+ expected:
+ if (os == "android") and not swgl: [PASS, FAIL]
+
+ [test_chained_alert_element_not_interactable[confirm\]]
+ expected:
+ if (os == "android") and debug and swgl: [PASS, FAIL]
+ if (os == "android") and not debug: [PASS, FAIL]