table-rows-with-zero-columns.html.ini (1196B)
1 [table-rows-with-zero-columns.html] 2 [tr 1] 3 expected: 4 if (os == "mac") and debug: [FAIL, PASS] 5 if (os == "mac") and not debug: [FAIL, PASS] 6 if os == "android": PASS 7 FAIL 8 9 [tr 2] 10 expected: 11 if (os == "mac") and debug: [FAIL, PASS] 12 if (os == "mac") and not debug: [FAIL, PASS] 13 if os == "android": PASS 14 FAIL 15 16 [tr 3] 17 expected: 18 if (os == "mac") and debug: [FAIL, PASS] 19 if (os == "mac") and not debug: [FAIL, PASS] 20 if os == "android": PASS 21 FAIL 22 23 [tr 4] 24 expected: FAIL 25 26 [tr 5] 27 expected: FAIL 28 29 [tr 6] 30 expected: FAIL 31 32 [tr 7] 33 expected: 34 if (os == "mac") and debug: [FAIL, PASS] 35 if (os == "mac") and not debug: [FAIL, PASS] 36 if os == "android": PASS 37 FAIL 38 39 [tr 8] 40 expected: 41 if (os == "mac") and debug: [FAIL, PASS] 42 if (os == "mac") and not debug: [FAIL, PASS] 43 if os == "android": PASS 44 FAIL 45 46 [tr 9] 47 expected: 48 if (os == "mac") and debug: [FAIL, PASS] 49 if (os == "mac") and not debug: [FAIL, PASS] 50 if os == "android": PASS 51 FAIL 52 53 [tr 10] 54 expected: FAIL 55 56 [tr 11] 57 expected: FAIL 58 59 [tr 12] 60 expected: FAIL