6 lines
252 B
INI
6 lines
252 B
INI
[shared-worker-secure-first.https.html]
|
|
expected:
|
|
if not asan and (os == "mac") and not debug: [OK, CRASH]
|
|
if not asan and (os == "android") and debug: CRASH
|
|
if not asan and (os == "android") and not debug: [CRASH, OK]
|
|
if asan: CRASH
|