5 lines
188 B
INI
5 lines
188 B
INI
[scope-featureless.html]
|
|
expected:
|
|
if not debug and (os == "win"): [FAIL, PASS]
|
|
if not debug and (os == "mac"): [PASS, FAIL]
|
|
if not debug and (os == "android"): [FAIL, PASS]
|