60 lines
1.2 KiB
INI
60 lines
1.2 KiB
INI
[table-rows-with-zero-columns.html]
|
|
[tr 1]
|
|
expected:
|
|
if (os == "mac") and debug: [FAIL, PASS]
|
|
if (os == "mac") and not debug: [FAIL, PASS]
|
|
if os == "android": PASS
|
|
FAIL
|
|
|
|
[tr 2]
|
|
expected:
|
|
if (os == "mac") and debug: [FAIL, PASS]
|
|
if (os == "mac") and not debug: [FAIL, PASS]
|
|
if os == "android": PASS
|
|
FAIL
|
|
|
|
[tr 3]
|
|
expected:
|
|
if (os == "mac") and debug: [FAIL, PASS]
|
|
if (os == "mac") and not debug: [FAIL, PASS]
|
|
if os == "android": PASS
|
|
FAIL
|
|
|
|
[tr 4]
|
|
expected: FAIL
|
|
|
|
[tr 5]
|
|
expected: FAIL
|
|
|
|
[tr 6]
|
|
expected: FAIL
|
|
|
|
[tr 7]
|
|
expected:
|
|
if (os == "mac") and debug: [FAIL, PASS]
|
|
if (os == "mac") and not debug: [FAIL, PASS]
|
|
if os == "android": PASS
|
|
FAIL
|
|
|
|
[tr 8]
|
|
expected:
|
|
if (os == "mac") and debug: [FAIL, PASS]
|
|
if (os == "mac") and not debug: [FAIL, PASS]
|
|
if os == "android": PASS
|
|
FAIL
|
|
|
|
[tr 9]
|
|
expected:
|
|
if (os == "mac") and debug: [FAIL, PASS]
|
|
if (os == "mac") and not debug: [FAIL, PASS]
|
|
if os == "android": PASS
|
|
FAIL
|
|
|
|
[tr 10]
|
|
expected: FAIL
|
|
|
|
[tr 11]
|
|
expected: FAIL
|
|
|
|
[tr 12]
|
|
expected: FAIL
|