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

Unified Diff: LayoutTests/accessibility/aria-tables-expected.txt

Issue 869253002: Aria table row and column headers are not exposed in accessibility (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
Index: LayoutTests/accessibility/aria-tables-expected.txt
diff --git a/LayoutTests/accessibility/aria-tables-expected.txt b/LayoutTests/accessibility/aria-tables-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..ea4066c554d30f7140c5a6bf5206196a4ea48bb1
--- /dev/null
+++ b/LayoutTests/accessibility/aria-tables-expected.txt
@@ -0,0 +1,48 @@
+col head
+col head
+col head
+row head
+data
+row head
+row head
+row head
+col head
+End of test
+
+AXRole: AXWebArea AXValue:
+ AXRole: AXTable AXValue:
+ 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: 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: AXRowHeader AXValue:
+ AXRole: AXStaticText AXValue: row head
+ AXRole: AXInlineTextBox AXValue: row head
+ AXRole: AXRow AXValue:
+ AXRole: AXRowHeader AXValue:
+ AXRole: AXStaticText AXValue: row head
+ AXRole: AXInlineTextBox AXValue: row head
+ 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: AXParagraph AXValue:
+PASS successfullyParsed is true
+
+TEST COMPLETE
+

Powered by Google App Engine
This is Rietveld 408576698