14 lines
457 B
INI
14 lines
457 B
INI
[task-controller-abort-completed-tasks.any.sharedworker.html]
|
|
expected:
|
|
if os == "android": [OK, CRASH]
|
|
|
|
[task-controller-abort-completed-tasks.any.html]
|
|
|
|
[task-controller-abort-completed-tasks.any.worker.html]
|
|
expected:
|
|
if (os == "android") and not debug: [OK, CRASH]
|
|
|
|
[task-controller-abort-completed-tasks.any.serviceworker.html]
|
|
expected:
|
|
if (os == "mac") and not debug: [OK, ERROR]
|
|
if (os == "android") and not debug: [OK, ERROR]
|