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