summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/webmessaging/broadcastchannel/cross-partition.https.tentative.html.ini
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/meta/webmessaging/broadcastchannel/cross-partition.https.tentative.html.ini')
-rw-r--r--testing/web-platform/meta/webmessaging/broadcastchannel/cross-partition.https.tentative.html.ini36
1 files changed, 36 insertions, 0 deletions
diff --git a/testing/web-platform/meta/webmessaging/broadcastchannel/cross-partition.https.tentative.html.ini b/testing/web-platform/meta/webmessaging/broadcastchannel/cross-partition.https.tentative.html.ini
new file mode 100644
index 0000000000..fef211b9d7
--- /dev/null
+++ b/testing/web-platform/meta/webmessaging/broadcastchannel/cross-partition.https.tentative.html.ini
@@ -0,0 +1,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