12 lines
289 B
INI
12 lines
289 B
INI
[request-headers.any.sharedworker.html]
|
|
|
|
[request-headers.any.html]
|
|
expected:
|
|
if os == "mac": [OK, CRASH]
|
|
if os == "android": [OK, CRASH]
|
|
|
|
[request-headers.any.worker.html]
|
|
expected:
|
|
if (os == "android") and not debug: [OK, CRASH]
|
|
|
|
[request-headers.any.serviceworker.html]
|