summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/webdriver/tests/bidi/browsing_context/activate/activate.py.ini
blob: bdea729bbde5e378bd27111640b810a9c6cc4748 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[activate.py]
  expected:
    if (os == "win") and not debug: [OK, TIMEOUT]
    if (os == "mac") and not debug: [OK, TIMEOUT]
  [test_activate_window]
    disabled:
      if os == "android": Not supported

  [test_keeps_focused_area]
    expected:
      if not debug and (os == "linux") and fission and not tsan: [PASS, FAIL]
      if not debug and (os == "win"): [PASS, FAIL]
      if not debug and (os == "mac"): [PASS, FAIL]

  [test_activate]
    expected:
      if (os == "mac") and not debug: [PASS, FAIL]