14 lines
389 B
INI
14 lines
389 B
INI
[response-static-json.any.sharedworker.html]
|
|
|
|
[response-static-json.any.html]
|
|
expected:
|
|
if (os == "mac") and not debug: [OK, CRASH]
|
|
if (os == "android") and not debug: [OK, CRASH]
|
|
|
|
[response-static-json.any.worker.html]
|
|
expected:
|
|
if os == "android": [OK, CRASH]
|
|
|
|
[response-static-json.any.serviceworker.html]
|
|
expected:
|
|
if (os == "android") and not debug: [OK, ERROR]
|