summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/webmessaging/broadcastchannel/cross-partition.https.tentative.html.ini
blob: 04905dbf30064839acdc06561a4268d85be2bb65 (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
32
33
[cross-partition.https.tentative.html]
  expected:
    if (os == "linux") and not debug: [OK, TIMEOUT]
    if (os == "win") and not debug: [OK, TIMEOUT]
    if (os == "android") and fission: [OK, TIMEOUT]
  [BroadcastChannel messages aren't received from a cross-partition iframe]
    expected:
      if os == "android": FAIL

  [BroadcastChannel messages aren't received from a nested iframe with a cross-site ancestor]
    expected:
      if os == "android": FAIL

  [BroadcastChannel messages aren't received from a cross-partition dedicated worker]
    expected:
      if (os == "linux") and not debug: [PASS, TIMEOUT]
      if (os == "mac") and not debug: [PASS, TIMEOUT]
      if os == "android": FAIL

  [BroadcastChannel messages aren't received from a cross-partition shared worker]
    expected:
      if (os == "linux") and not debug and not fission: [PASS, NOTRUN]
      if (os == "linux") and not debug and fission: [PASS, TIMEOUT, NOTRUN]
      if (os == "win") and not debug and (processor == "x86"): [PASS, TIMEOUT]
      if (os == "mac") and not debug: [PASS, TIMEOUT, NOTRUN]
      if os == "android": FAIL

  [BroadcastChannel messages aren't received from a cross-partition service worker]
    expected:
      if (os == "win") and not debug and (processor == "x86"): [PASS, TIMEOUT, NOTRUN]
      if (os == "linux") and not debug and fission: [PASS, TIMEOUT, NOTRUN]
      if (os == "linux") and not debug and not fission: [PASS, NOTRUN]
      if os == "android": FAIL