post-task-result-success.any.js.ini (481B)
1 [post-task-result-success.any.html] 2 expected: 3 if os == "android": [OK, CRASH] 4 5 [post-task-result-success.any.serviceworker.html] 6 expected: 7 if (os == "win") and not debug and (processor == "x86_64"): [OK, CRASH] 8 if (os == "android") and not debug: [OK, ERROR] 9 10 [post-task-result-success.any.worker.html] 11 expected: 12 if (os == "mac") and not debug: [OK, CRASH] 13 if (os == "android") and not debug: [OK, CRASH] 14 15 [post-task-result-success.any.sharedworker.html]