15 lines
398 B
INI
15 lines
398 B
INI
[headers-casing.any.worker.html]
|
|
|
|
[headers-casing.any.html]
|
|
expected:
|
|
if (os == "android") and not debug: [OK, CRASH]
|
|
|
|
[headers-casing.any.serviceworker.html]
|
|
max-asserts: 2
|
|
expected:
|
|
if (os == "android") and not debug: [OK, ERROR]
|
|
|
|
[headers-casing.any.sharedworker.html]
|
|
expected:
|
|
if (os == "mac") and not debug: [OK, CRASH]
|
|
if (os == "android") and not debug: [OK, CRASH]
|