summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/webdriver/tests/classic/send_alert_text/send.py.ini
blob: 73de3a4d5d7ff1b6353cb95a43ab383699d1ac24 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
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]