Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / accessibility / table-cells-with-colspan-expected.txt
blobff9f7f38823cdfe0cc9f99542a2074d7b57bca6d
1 data    col heada       data
2 data    col head
3 col head        col head
4 Check whether cells with colspan are reported properly
6 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
9 PASS table1.columnCount is 3
10 PASS cell_0_0.role is 'AXRole: AXCell'
11 PASS cell_0_0.columnIndexRange() is '{0, 1}'
12 PASS cell_0_1.role is 'AXRole: AXColumnHeader'
13 PASS cell_0_1.columnIndexRange() is '{1, 1}'
14 PASS cell_0_2.role is 'AXRole: AXCell'
15 PASS cell_0_2.columnIndexRange() is '{2, 1}'
16 PASS table2.columnCount is 3
17 PASS table2.columnHeadersCount is 3
18 PASS cell_0_1.columnIndexRange() is '{1, 2}'
19 PASS cell_0_2.columnIndexRange() is '{1, 2}'
20 PASS table2.columnHeaderAtIndex(0).isEqual(cell_0_1) is true
21 PASS table2.columnHeaderAtIndex(0).isEqual(cell_0_2) is true
22 PASS table2.columnHeaderAtIndex(1).isEqual(table2.cellForColumnAndRow(1, 1)) is true
23 PASS table2.columnHeaderAtIndex(2).isEqual(table2.cellForColumnAndRow(2, 1)) is true
24 PASS successfullyParsed is true
26 TEST COMPLETE