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

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

Issue 799913002: Adding test accessibility/table-headers.html. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years 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') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 No Month Expenses
2 1 Jan 100
3 2 Feb 150
4 3 Mar 200
5 Check whether column and row headers are reported correctly
6
7 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
8
9
10 PASS table.rowHeaderAtIndex(0).isEqual(table.cellForColumnAndRow(0, 0)) is true
11 PASS table.rowHeaderAtIndex(1).isEqual(table.cellForColumnAndRow(0, 1)) is true
12 PASS table.rowHeaderAtIndex(2).isEqual(table.cellForColumnAndRow(0, 2)) is true
13 PASS table.rowHeaderAtIndex(3).isEqual(table.cellForColumnAndRow(0, 3)) is true
14 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
16 PASS table.columnHeaderAtIndex(2).isEqual(table.cellForColumnAndRow(2, 0)) is tr ue
17 PASS successfullyParsed is true
18
19 TEST COMPLETE
20
OLDNEW
« no previous file with comments | « LayoutTests/accessibility/table-headers.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698