summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/html/browsers/browsing-the-web/back-forward-cache/eligibility/broadcast-channel.html.ini
blob: ecaa7b68aad3494a5f931f366c31049b7da68077 (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
[broadcast-channel.html]
  disabled:
    if os == "win": https://bugzilla.mozilla.org/show_bug.cgi?id=1845961
  expected:
    if (os == "linux") and not debug and (processor == "x86"): [TIMEOUT, OK]
    if (os == "win") and not debug: [TIMEOUT, OK]
    if (os == "mac") and debug: OK
    if (os == "mac") and not debug: TIMEOUT
    if os == "android": OK
    [OK, TIMEOUT]
  [Eligibility (BroadcastChannel closed in the pagehide event)]
    expected:
      if (os == "linux") and not debug and fission and (processor == "x86"): [TIMEOUT, PASS]
      if (os == "linux") and not debug and not fission: [PASS, TIMEOUT, NOTRUN]
      if (os == "win") and not debug: [TIMEOUT, PASS, NOTRUN]
      if (os == "win") and debug: [PASS, TIMEOUT, NOTRUN]
      if (os == "mac") and debug: [PASS, TIMEOUT, NOTRUN]
      if (os == "mac") and not debug: [TIMEOUT, NOTRUN]
      if os == "android": PASS
      [PASS, TIMEOUT]

  [Eligibility (BroadcastChannel)]
    expected:
      if (os == "linux") and not fission and not debug: [PASS, TIMEOUT]
      if (os == "win") and (processor == "x86"): [PASS, TIMEOUT]
      if os == "mac": [PASS, TIMEOUT]