diff options
Diffstat (limited to 'testing/web-platform/meta/infrastructure/server/context.any.js.ini')
-rw-r--r-- | testing/web-platform/meta/infrastructure/server/context.any.js.ini | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/testing/web-platform/meta/infrastructure/server/context.any.js.ini b/testing/web-platform/meta/infrastructure/server/context.any.js.ini new file mode 100644 index 0000000000..991c4b8c17 --- /dev/null +++ b/testing/web-platform/meta/infrastructure/server/context.any.js.ini @@ -0,0 +1,26 @@ +[context.any.sharedworker-module.html] + expected: TIMEOUT + +[context.any.serviceworker-module.html] + expected: + if (os == "android") and fission: [ERROR, TIMEOUT] + ERROR + +[context.any.worker.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[context.any.serviceworker.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[context.any.worker-module.html] + expected: TIMEOUT + +[context.any.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[context.any.sharedworker.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] |