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

Unified 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, 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « LayoutTests/accessibility/table-headers.html ('k') | Source/modules/accessibility/AXARIAGridRow.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/accessibility/table-headers-expected.txt
diff --git a/LayoutTests/accessibility/table-headers-expected.txt b/LayoutTests/accessibility/table-headers-expected.txt
index 0cab2590d1ba7fcb3afa359212b1329c83251b57..7ac6e52ba401951ede5fe474a9234a69bbbd67af 100644
--- a/LayoutTests/accessibility/table-headers-expected.txt
+++ b/LayoutTests/accessibility/table-headers-expected.txt
@@ -22,6 +22,15 @@ col head col head col head
data data data
col head col head
data data row head
+col head
+col head
+col head
+row head
+data
+row head
+row head
+row head
+col head
Check whether column and row headers are reported correctly
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
@@ -73,6 +82,16 @@ PASS table6.columnHeaderAtIndex(2).isEqual(table6.cellForColumnAndRow(1, 0)) is
PASS table6.columnHeaderAtIndex(3).isEqual(table6.cellForColumnAndRow(2, 0)) is true
PASS table6.columnHeaderAtIndex(4).isEqual(table6.cellForColumnAndRow(2, 2)) is true
PASS table6.columnHeadersCount is 5
+PASS table7.rowHeaderAtIndex(0).isEqual(table7.cellForColumnAndRow(0, 1)) is true
+PASS table7.rowHeaderAtIndex(1).isEqual(table7.cellForColumnAndRow(2, 1)) is true
+PASS table7.rowHeaderAtIndex(2).isEqual(table7.cellForColumnAndRow(0, 2)) is true
+PASS table7.rowHeaderAtIndex(3).isEqual(table7.cellForColumnAndRow(1, 2)) is true
+PASS table7.rowHeadersCount is 4
+PASS table7.columnHeaderAtIndex(0).isEqual(table7.cellForColumnAndRow(0, 0)) is true
+PASS table7.columnHeaderAtIndex(1).isEqual(table7.cellForColumnAndRow(1, 0)) is true
+PASS table7.columnHeaderAtIndex(2).isEqual(table7.cellForColumnAndRow(2, 0)) is true
+PASS table7.columnHeaderAtIndex(3).isEqual(table7.cellForColumnAndRow(2, 2)) is true
+PASS table7.columnHeadersCount is 4
PASS successfullyParsed is true
TEST COMPLETE
« 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