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