12 lines
313 B
INI
12 lines
313 B
INI
[script-src-spv-asynch.any.sharedworker.html]
|
|
|
|
[script-src-spv-asynch.any.worker.html]
|
|
expected:
|
|
if os == "android": [OK, CRASH]
|
|
|
|
[script-src-spv-asynch.any.html]
|
|
expected:
|
|
if (os == "android") and not debug: [OK, CRASH]
|
|
if os == "mac": [OK, CRASH]
|
|
|
|
[script-src-spv-asynch.any.serviceworker.html]
|