summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/webmessaging/broadcastchannel/cross-partition.https.tentative.html.ini
blob: fef211b9d7b1d5ac9e7dc3c3a5ea36679cae0428 (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
34
35
36
[cross-partition.https.tentative.html]
  expected:
    if debug and (os == "win") and swgl: [OK, TIMEOUT]
    if not debug and (os == "win"): [OK, TIMEOUT]
    if not debug and (os == "linux"): [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 == "win") and swgl: [PASS, TIMEOUT]
      if (os == "mac") and not debug: [PASS, TIMEOUT]
      if (os == "linux") and not debug: [PASS, TIMEOUT]
      if os == "android": FAIL

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