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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/accessibility/table-cells-with-colspan-expected.txt
diff --git a/LayoutTests/accessibility/table-cells-with-colspan-expected.txt b/LayoutTests/accessibility/table-cells-with-colspan-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..ff9f7f38823cdfe0cc9f99542a2074d7b57bca6d
--- /dev/null
+++ b/LayoutTests/accessibility/table-cells-with-colspan-expected.txt
@@ -0,0 +1,27 @@
+data col heada data
+data col head
+col head col head
+Check whether cells with colspan are reported properly
+
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
+
+PASS table1.columnCount is 3
+PASS cell_0_0.role is 'AXRole: AXCell'
+PASS cell_0_0.columnIndexRange() is '{0, 1}'
+PASS cell_0_1.role is 'AXRole: AXColumnHeader'
+PASS cell_0_1.columnIndexRange() is '{1, 1}'
+PASS cell_0_2.role is 'AXRole: AXCell'
+PASS cell_0_2.columnIndexRange() is '{2, 1}'
+PASS table2.columnCount is 3
+PASS table2.columnHeadersCount is 3
+PASS cell_0_1.columnIndexRange() is '{1, 2}'
+PASS cell_0_2.columnIndexRange() is '{1, 2}'
+PASS table2.columnHeaderAtIndex(0).isEqual(cell_0_1) is true
+PASS table2.columnHeaderAtIndex(0).isEqual(cell_0_2) is true
+PASS table2.columnHeaderAtIndex(1).isEqual(table2.cellForColumnAndRow(1, 1)) is true
+PASS table2.columnHeaderAtIndex(2).isEqual(table2.cellForColumnAndRow(2, 1)) is true
+PASS successfullyParsed is true
+
+TEST COMPLETE
+
« 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