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

Unified Diff: LayoutTests/accessibility/table-header-column-row-expected.txt

Issue 846013002: Use rowgroup and columgroup properties to expose table headers. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Updated expectation result file 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-header-column-row.html ('k') | Source/modules/accessibility/AXTableCell.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/accessibility/table-header-column-row-expected.txt
diff --git a/LayoutTests/accessibility/table-header-column-row-expected.txt b/LayoutTests/accessibility/table-header-column-row-expected.txt
index 73fc12716eda1b36b990fe2c9132ba717fe3de03..e34183cad741a0dcbd4d73b429c58e555bd7fbd4 100644
--- a/LayoutTests/accessibility/table-header-column-row-expected.txt
+++ b/LayoutTests/accessibility/table-header-column-row-expected.txt
@@ -10,6 +10,13 @@ row header and column header (2)
row head data data
column head column head column head
data data data
+row header and column header (3)
+col head
+col head col head
+row head data data
+row header and column header (4)
+row head col head
+row head
End of test
This tests that AXRoles for header cells are assigned.
@@ -120,6 +127,47 @@ AXRole: AXWebArea AXValue:
AXRole: AXCell AXValue:
AXRole: AXStaticText AXValue: data
AXRole: AXInlineTextBox AXValue: data
+ AXRole: AXTable AXValue:
+ AXRole: AXCaption AXValue:
+ AXRole: AXStaticText AXValue: row header and column header (3)
+ AXRole: AXInlineTextBox AXValue: row header and column header (3)
+ AXRole: AXRow AXValue:
+ AXRole: AXCell AXValue:
+ AXRole: AXColumnHeader AXValue:
+ AXRole: AXStaticText AXValue: col head
+ AXRole: AXInlineTextBox AXValue: col head
+ AXRole: AXRow AXValue:
+ AXRole: AXColumnHeader AXValue:
+ AXRole: AXStaticText AXValue: col head
+ AXRole: AXInlineTextBox AXValue: col head
+ AXRole: AXColumnHeader AXValue:
+ AXRole: AXStaticText AXValue: col head
+ AXRole: AXInlineTextBox AXValue: col head
+ AXRole: AXRow AXValue:
+ AXRole: AXRowHeader AXValue:
+ AXRole: AXStaticText AXValue: row head
+ AXRole: AXInlineTextBox AXValue: row head
+ AXRole: AXCell AXValue:
+ AXRole: AXStaticText AXValue: data
+ AXRole: AXInlineTextBox AXValue: data
+ AXRole: AXCell AXValue:
+ AXRole: AXStaticText AXValue: data
+ AXRole: AXInlineTextBox AXValue: data
+ AXRole: AXTable AXValue:
+ AXRole: AXCaption AXValue:
+ AXRole: AXStaticText AXValue: row header and column header (4)
+ AXRole: AXInlineTextBox AXValue: row header and column header (4)
+ AXRole: AXRow AXValue:
+ AXRole: AXRowHeader AXValue:
+ AXRole: AXStaticText AXValue: row head
+ AXRole: AXInlineTextBox AXValue: row head
+ AXRole: AXColumnHeader AXValue:
+ AXRole: AXStaticText AXValue: col head
+ AXRole: AXInlineTextBox AXValue: col head
+ AXRole: AXRow AXValue:
+ AXRole: AXRowHeader AXValue:
+ AXRole: AXStaticText AXValue: row head
+ AXRole: AXInlineTextBox AXValue: row head
AXRole: AXParagraph AXValue:
AXRole: AXStaticText AXValue: End of test
PASS successfullyParsed is true
« no previous file with comments | « LayoutTests/accessibility/table-header-column-row.html ('k') | Source/modules/accessibility/AXTableCell.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698