diff options
Diffstat (limited to 'testing/web-platform/meta/webmessaging/message-channels')
8 files changed, 45 insertions, 0 deletions
diff --git a/testing/web-platform/meta/webmessaging/message-channels/__dir__.ini b/testing/web-platform/meta/webmessaging/message-channels/__dir__.ini new file mode 100644 index 0000000000..daf68383df --- /dev/null +++ b/testing/web-platform/meta/webmessaging/message-channels/__dir__.ini @@ -0,0 +1 @@ +leak-threshold: [default:51200] diff --git a/testing/web-platform/meta/webmessaging/message-channels/cross-document.html.ini b/testing/web-platform/meta/webmessaging/message-channels/cross-document.html.ini new file mode 100644 index 0000000000..c67640cd63 --- /dev/null +++ b/testing/web-platform/meta/webmessaging/message-channels/cross-document.html.ini @@ -0,0 +1,3 @@ +[cross-document.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/webmessaging/message-channels/detached-iframe.window.js.ini b/testing/web-platform/meta/webmessaging/message-channels/detached-iframe.window.js.ini new file mode 100644 index 0000000000..819d2c89cf --- /dev/null +++ b/testing/web-platform/meta/webmessaging/message-channels/detached-iframe.window.js.ini @@ -0,0 +1,3 @@ +[detached-iframe.window.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/webmessaging/message-channels/implied-start.any.js.ini b/testing/web-platform/meta/webmessaging/message-channels/implied-start.any.js.ini new file mode 100644 index 0000000000..b7e7e5d5f5 --- /dev/null +++ b/testing/web-platform/meta/webmessaging/message-channels/implied-start.any.js.ini @@ -0,0 +1,5 @@ +[implied-start.any.worker.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[implied-start.any.html] diff --git a/testing/web-platform/meta/webmessaging/message-channels/no-start.any.js.ini b/testing/web-platform/meta/webmessaging/message-channels/no-start.any.js.ini new file mode 100644 index 0000000000..d789e34538 --- /dev/null +++ b/testing/web-platform/meta/webmessaging/message-channels/no-start.any.js.ini @@ -0,0 +1,7 @@ +[no-start.any.worker.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[no-start.any.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/webmessaging/message-channels/user-activation.tentative.any.js.ini b/testing/web-platform/meta/webmessaging/message-channels/user-activation.tentative.any.js.ini new file mode 100644 index 0000000000..5187eeee65 --- /dev/null +++ b/testing/web-platform/meta/webmessaging/message-channels/user-activation.tentative.any.js.ini @@ -0,0 +1,12 @@ +[user-activation.tentative.any.worker.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [user activation messagechannel test] + expected: FAIL + + +[user-activation.tentative.any.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [user activation messagechannel test] + expected: FAIL diff --git a/testing/web-platform/meta/webmessaging/message-channels/worker-post-after-close.any.js.ini b/testing/web-platform/meta/webmessaging/message-channels/worker-post-after-close.any.js.ini new file mode 100644 index 0000000000..adecab550e --- /dev/null +++ b/testing/web-platform/meta/webmessaging/message-channels/worker-post-after-close.any.js.ini @@ -0,0 +1,7 @@ +[worker-post-after-close.any.worker.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[worker-post-after-close.any.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/webmessaging/message-channels/worker.any.js.ini b/testing/web-platform/meta/webmessaging/message-channels/worker.any.js.ini new file mode 100644 index 0000000000..beca125590 --- /dev/null +++ b/testing/web-platform/meta/webmessaging/message-channels/worker.any.js.ini @@ -0,0 +1,7 @@ +[worker.any.worker.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[worker.any.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] |