Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(132)

Side by Side Diff: LayoutTests/accessibility/table-cells-with-colspan-expected.txt

Issue 914233002: Use effective columns when cells with colspan are present. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Second attempt to land this patch Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 data col heada data
2 data col head
3 col head col head
4 Check whether cells with colspan are reported properly
5
6 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
7
8
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
25
26 TEST COMPLETE
27
OLDNEW
« no previous file with comments | « LayoutTests/accessibility/table-cells-with-colspan.html ('k') | Source/modules/accessibility/AXTableCell.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698