7 lines
336 B
INI
7 lines
336 B
INI
[wpt-server-http.sub.html]
|
|
expected:
|
|
if debug and (os == "linux") and not fission: [OK, ERROR, CRASH]
|
|
if not debug and (os == "linux") and fission: [OK, ERROR]
|
|
if not debug and (os == "linux") and not fission: [OK, CRASH]
|
|
if not debug and (os == "mac"): [OK, ERROR]
|
|
if not debug and (os == "android"): [OK, ERROR]
|