context.any.js.ini (592B)
1 [context.any.sharedworker-module.html] 2 3 [context.any.serviceworker-module.html] 4 expected: 5 if (os == "android") and not debug: [OK, ERROR] 6 7 [context.any.worker.html] 8 expected: 9 if (os == "mac") and not debug: [OK, CRASH] 10 if (os == "android") and not debug: [OK, CRASH] 11 12 [context.any.serviceworker.html] 13 expected: 14 if (os == "android") and not debug: [OK, ERROR] 15 16 [context.any.worker-module.html] 17 expected: 18 if (os == "mac") and not debug: [OK, CRASH] 19 20 [context.any.html] 21 expected: 22 if (os == "android") and not debug: [OK, CRASH] 23 24 [context.any.sharedworker.html]