13 lines
303 B
INI
13 lines
303 B
INI
[body.any.worker.html]
|
|
expected:
|
|
if (os == "android") and not debug: [OK, CRASH]
|
|
|
|
[body.any.sharedworker.html]
|
|
|
|
[body.any.html]
|
|
expected:
|
|
if os == "android": [OK, CRASH]
|
|
|
|
[body.any.serviceworker.html]
|
|
expected:
|
|
if (os == "win") and not debug and (processor == "x86_64"): [OK, TIMEOUT]
|