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

Side by Side Diff: LayoutTests/accessibility/table-headers-expected.txt

Issue 862543003: Table headers are not retrieved properly by Accessibility API (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Minor fixes, correct comment and very small refactoring Created 5 years, 11 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
« no previous file with comments | « LayoutTests/accessibility/table-headers.html ('k') | Source/modules/accessibility/AXTable.cpp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 No Month Expenses 1 No Month Expenses
2 1 Jan 100 2 1 Jan 100
3 2 Feb 150 3 2 Feb 150
4 3 Mar 200 4 3 Mar 200
5 scope test
6 col head row head col head
7 col head data row head
8 row head data col head
9 row header and column header (1)
10 data row head column head
11 column head column head data
12 row head data row head
13 row header and column header (2)
14 row head data data
15 column head column head column head
16 data data data
17 scope and rowspan
18 row head col head
19 row head
20 scope and colspan
21 col head col head col head
22 data data data
23 col head col head
24 data data row head
5 Check whether column and row headers are reported correctly 25 Check whether column and row headers are reported correctly
6 26
7 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 27 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
8 28
9 29
10 PASS table.rowHeaderAtIndex(0).isEqual(table.cellForColumnAndRow(0, 0)) is true 30 PASS table.rowHeaderAtIndex(0).isEqual(table.cellForColumnAndRow(0, 1)) is true
11 PASS table.rowHeaderAtIndex(1).isEqual(table.cellForColumnAndRow(0, 1)) is true 31 PASS table.rowHeaderAtIndex(1).isEqual(table.cellForColumnAndRow(0, 2)) is true
12 PASS table.rowHeaderAtIndex(2).isEqual(table.cellForColumnAndRow(0, 2)) is true 32 PASS table.rowHeaderAtIndex(2).isEqual(table.cellForColumnAndRow(0, 3)) is true
13 PASS table.rowHeaderAtIndex(3).isEqual(table.cellForColumnAndRow(0, 3)) is true 33 PASS table.rowHeadersCount is 3
14 PASS table.columnHeaderAtIndex(0).isEqual(table.cellForColumnAndRow(0, 0)) is tr ue 34 PASS table.columnHeaderAtIndex(0).isEqual(table.cellForColumnAndRow(0, 0)) is tr ue
15 PASS table.columnHeaderAtIndex(1).isEqual(table.cellForColumnAndRow(1, 0)) is tr ue 35 PASS table.columnHeaderAtIndex(1).isEqual(table.cellForColumnAndRow(1, 0)) is tr ue
16 PASS table.columnHeaderAtIndex(2).isEqual(table.cellForColumnAndRow(2, 0)) is tr ue 36 PASS table.columnHeaderAtIndex(2).isEqual(table.cellForColumnAndRow(2, 0)) is tr ue
37 PASS table.columnHeadersCount is 3
38 PASS table2.rowHeaderAtIndex(0).isEqual(table2.cellForColumnAndRow(1, 0)) is tru e
39 PASS table2.rowHeaderAtIndex(1).isEqual(table2.cellForColumnAndRow(2, 1)) is tru e
40 PASS table2.rowHeaderAtIndex(2).isEqual(table2.cellForColumnAndRow(0, 2)) is tru e
41 PASS table2.rowHeadersCount is 3
42 PASS table2.columnHeaderAtIndex(0).isEqual(table2.cellForColumnAndRow(0, 0)) is true
43 PASS table2.columnHeaderAtIndex(1).isEqual(table2.cellForColumnAndRow(0, 1)) is true
44 PASS table2.columnHeaderAtIndex(2).isEqual(table2.cellForColumnAndRow(2, 0)) is true
45 PASS table2.columnHeaderAtIndex(3).isEqual(table2.cellForColumnAndRow(2, 2)) is true
46 PASS table2.columnHeadersCount is 4
47 PASS table3.rowHeaderAtIndex(0).isEqual(table3.cellForColumnAndRow(1, 0)) is tru e
48 PASS table3.rowHeaderAtIndex(1).isEqual(table3.cellForColumnAndRow(0, 2)) is tru e
49 PASS table3.rowHeaderAtIndex(2).isEqual(table3.cellForColumnAndRow(2, 2)) is tru e
50 PASS table3.rowHeadersCount is 3
51 PASS table3.columnHeaderAtIndex(0).isEqual(table3.cellForColumnAndRow(0, 1)) is true
52 PASS table3.columnHeaderAtIndex(1).isEqual(table3.cellForColumnAndRow(1, 1)) is true
53 PASS table3.columnHeaderAtIndex(2).isEqual(table3.cellForColumnAndRow(2, 0)) is true
54 PASS table3.columnHeadersCount is 3
55 PASS table4.rowHeaderAtIndex(0).isEqual(table4.cellForColumnAndRow(0, 0)) is tru e
56 PASS table4.rowHeadersCount is 1
57 PASS table4.columnHeaderAtIndex(0).isEqual(table4.cellForColumnAndRow(0, 1)) is true
58 PASS table4.columnHeaderAtIndex(1).isEqual(table4.cellForColumnAndRow(1, 1)) is true
59 PASS table4.columnHeaderAtIndex(2).isEqual(table4.cellForColumnAndRow(2, 1)) is true
60 PASS table4.columnHeadersCount is 3
61 PASS table5.rowHeaderAtIndex(0).isEqual(table5.cellForColumnAndRow(0, 0)) is tru e
62 PASS table5.rowHeaderAtIndex(0).isEqual(table5.cellForColumnAndRow(0, 1)) is tru e
63 PASS table5.rowHeaderAtIndex(1).isEqual(table5.cellForColumnAndRow(1, 1)) is tru e
64 PASS table5.rowHeadersCount is 2
65 PASS table5.columnHeaderAtIndex(0).isEqual(table5.cellForColumnAndRow(1, 0)) is true
66 PASS table5.columnHeadersCount is 1
67 PASS table6.rowHeaderAtIndex(0).isEqual(table6.cellForColumnAndRow(2, 3)) is tru e
68 PASS table6.rowHeadersCount is 1
69 PASS table6.columnHeaderAtIndex(0).isEqual(table6.cellForColumnAndRow(0, 0)) is true
70 PASS table6.columnHeaderAtIndex(1).isEqual(table6.cellForColumnAndRow(0, 2)) is true
71 PASS table6.columnHeaderAtIndex(1).isEqual(table6.cellForColumnAndRow(1, 2)) is true
72 PASS table6.columnHeaderAtIndex(2).isEqual(table6.cellForColumnAndRow(1, 0)) is true
73 PASS table6.columnHeaderAtIndex(3).isEqual(table6.cellForColumnAndRow(2, 0)) is true
74 PASS table6.columnHeaderAtIndex(4).isEqual(table6.cellForColumnAndRow(2, 2)) is true
75 PASS table6.columnHeadersCount is 5
17 PASS successfullyParsed is true 76 PASS successfullyParsed is true
18 77
19 TEST COMPLETE 78 TEST COMPLETE
20 79
OLDNEW
« no previous file with comments | « LayoutTests/accessibility/table-headers.html ('k') | Source/modules/accessibility/AXTable.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698