scheme-others.sub.any.js.ini (377B)
1 [scheme-others.sub.any.sharedworker.html] 2 3 [scheme-others.sub.any.html] 4 expected: 5 if os == "android": [OK, CRASH] 6 7 [scheme-others.sub.any.serviceworker.html] 8 expected: 9 if (os == "mac") and not debug: [OK, ERROR] 10 if (os == "android") and not debug: [OK, ERROR] 11 12 [scheme-others.sub.any.worker.html] 13 expected: 14 if (os == "android") and not debug: [OK, CRASH]