10 lines
301 B
INI
10 lines
301 B
INI
[Worker-base64.any.worker.html]
|
|
expected:
|
|
if os == "android": [OK, CRASH]
|
|
|
|
[Worker-base64.any.sharedworker.html]
|
|
|
|
[Worker-base64.any.serviceworker.html]
|
|
expected:
|
|
if (os == "win") and not debug and (processor == "x86_64"): [OK, TIMEOUT]
|
|
if (os == "android") and not debug: [OK, ERROR]
|