summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/html/browsers/windows/auxiliary-browsing-contexts/opener-setter.html.ini
blob: 7afc03e10d46adf10583d029214238c024f49a61 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[opener-setter.html]
  disabled:
    if (os == "linux") and (bits == 32) and debug: https://bugzilla.mozilla.org/show_bug.cgi?id=1483696
  expected:
    if (os == "linux") and not debug and fission and (processor == "x86"): [OK, TIMEOUT]
    if (os == "linux") and not debug and fission and (processor == "x86_64"): [OK, TIMEOUT]
    if (os == "linux") and not debug and not fission: [OK, TIMEOUT]
    if (os == "linux") and debug: [OK, TIMEOUT]
  [Auxiliary browsing context created via `window.open` and setting `window.opener` to `null` should report `window.opener` `null`]
    expected:
      if (os == "linux") and not debug and fission and (processor == "x86"): [PASS, TIMEOUT]
      if (os == "linux") and not debug and fission and (processor == "x86_64"): [PASS, TIMEOUT]
      if (os == "linux") and not debug and not fission: [PASS, TIMEOUT]
      if (os == "linux") and debug: [PASS, TIMEOUT]