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

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

Issue 890273002: Return table headers for aria tables. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: 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
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 5 scope test
6 col head row head col head 6 col head row head col head
7 col head data row head 7 col head data row head
8 row head data col head 8 row head data col head
9 row header and column header (1) 9 row header and column header (1)
10 data row head column head 10 data row head column head
11 column head column head data 11 column head column head data
12 row head data row head 12 row head data row head
13 row header and column header (2) 13 row header and column header (2)
14 row head data data 14 row head data data
15 column head column head column head 15 column head column head column head
16 data data data 16 data data data
17 scope and rowspan 17 scope and rowspan
18 row head col head 18 row head col head
19 row head 19 row head
20 scope and colspan 20 scope and colspan
21 col head col head col head 21 col head col head col head
22 data data data 22 data data data
23 col head col head 23 col head col head
24 data data row head 24 data data row head
25 col head
26 col head
27 col head
28 row head
29 data
30 row head
31 row head
32 row head
33 col head
25 Check whether column and row headers are reported correctly 34 Check whether column and row headers are reported correctly
26 35
27 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 36 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
28 37
29 38
30 PASS table.rowHeaderAtIndex(0).isEqual(table.cellForColumnAndRow(0, 1)) is true 39 PASS table.rowHeaderAtIndex(0).isEqual(table.cellForColumnAndRow(0, 1)) is true
31 PASS table.rowHeaderAtIndex(1).isEqual(table.cellForColumnAndRow(0, 2)) is true 40 PASS table.rowHeaderAtIndex(1).isEqual(table.cellForColumnAndRow(0, 2)) is true
32 PASS table.rowHeaderAtIndex(2).isEqual(table.cellForColumnAndRow(0, 3)) is true 41 PASS table.rowHeaderAtIndex(2).isEqual(table.cellForColumnAndRow(0, 3)) is true
33 PASS table.rowHeadersCount is 3 42 PASS table.rowHeadersCount is 3
34 PASS table.columnHeaderAtIndex(0).isEqual(table.cellForColumnAndRow(0, 0)) is tr ue 43 PASS table.columnHeaderAtIndex(0).isEqual(table.cellForColumnAndRow(0, 0)) is tr ue
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
66 PASS table5.columnHeadersCount is 1 75 PASS table5.columnHeadersCount is 1
67 PASS table6.rowHeaderAtIndex(0).isEqual(table6.cellForColumnAndRow(2, 3)) is tru e 76 PASS table6.rowHeaderAtIndex(0).isEqual(table6.cellForColumnAndRow(2, 3)) is tru e
68 PASS table6.rowHeadersCount is 1 77 PASS table6.rowHeadersCount is 1
69 PASS table6.columnHeaderAtIndex(0).isEqual(table6.cellForColumnAndRow(0, 0)) is true 78 PASS table6.columnHeaderAtIndex(0).isEqual(table6.cellForColumnAndRow(0, 0)) is true
70 PASS table6.columnHeaderAtIndex(1).isEqual(table6.cellForColumnAndRow(0, 2)) is true 79 PASS table6.columnHeaderAtIndex(1).isEqual(table6.cellForColumnAndRow(0, 2)) is true
71 PASS table6.columnHeaderAtIndex(1).isEqual(table6.cellForColumnAndRow(1, 2)) is true 80 PASS table6.columnHeaderAtIndex(1).isEqual(table6.cellForColumnAndRow(1, 2)) is true
72 PASS table6.columnHeaderAtIndex(2).isEqual(table6.cellForColumnAndRow(1, 0)) is true 81 PASS table6.columnHeaderAtIndex(2).isEqual(table6.cellForColumnAndRow(1, 0)) is true
73 PASS table6.columnHeaderAtIndex(3).isEqual(table6.cellForColumnAndRow(2, 0)) is true 82 PASS table6.columnHeaderAtIndex(3).isEqual(table6.cellForColumnAndRow(2, 0)) is true
74 PASS table6.columnHeaderAtIndex(4).isEqual(table6.cellForColumnAndRow(2, 2)) is true 83 PASS table6.columnHeaderAtIndex(4).isEqual(table6.cellForColumnAndRow(2, 2)) is true
75 PASS table6.columnHeadersCount is 5 84 PASS table6.columnHeadersCount is 5
85 PASS table7.rowHeaderAtIndex(0).isEqual(table7.cellForColumnAndRow(0, 1)) is tru e
86 PASS table7.rowHeaderAtIndex(1).isEqual(table7.cellForColumnAndRow(2, 1)) is tru e
87 PASS table7.rowHeaderAtIndex(2).isEqual(table7.cellForColumnAndRow(0, 2)) is tru e
88 PASS table7.rowHeaderAtIndex(3).isEqual(table7.cellForColumnAndRow(1, 2)) is tru e
89 PASS table7.rowHeadersCount is 4
90 PASS table7.columnHeaderAtIndex(0).isEqual(table7.cellForColumnAndRow(0, 0)) is true
91 PASS table7.columnHeaderAtIndex(1).isEqual(table7.cellForColumnAndRow(1, 0)) is true
92 PASS table7.columnHeaderAtIndex(2).isEqual(table7.cellForColumnAndRow(2, 0)) is true
93 PASS table7.columnHeaderAtIndex(3).isEqual(table7.cellForColumnAndRow(2, 2)) is true
94 PASS table7.columnHeadersCount is 4
76 PASS successfullyParsed is true 95 PASS successfullyParsed is true
77 96
78 TEST COMPLETE 97 TEST COMPLETE
79 98
OLDNEW
« no previous file with comments | « LayoutTests/accessibility/table-headers.html ('k') | Source/modules/accessibility/AXARIAGridRow.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698