10 lines
300 B
INI
10 lines
300 B
INI
[Worker-replace-event-handler.any.worker.html]
|
|
expected:
|
|
if os == "mac": [OK, CRASH]
|
|
if os == "android": [OK, CRASH]
|
|
|
|
[Worker-replace-event-handler.any.sharedworker.html]
|
|
|
|
[Worker-replace-event-handler.any.serviceworker.html]
|
|
expected:
|
|
if (os == "android") and not debug: [OK, ERROR]
|