36 lines
1.6 KiB
INI
36 lines
1.6 KiB
INI
[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
|