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

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

Issue 835313002: Reland TableCaptionElement is not exposed to accessibility (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Updating test expectations 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-caption-expected.txt ('k') | Source/modules/accessibility/AXTable.cpp » ('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 ee2ff9795ce85fd785273d6c32bfb3b93a2657b8..73fc12716eda1b36b990fe2c9132ba717fe3de03 100644
--- a/LayoutTests/accessibility/table-header-column-row-expected.txt
+++ b/LayoutTests/accessibility/table-header-column-row-expected.txt
@@ -19,6 +19,9 @@ On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
AXRole: AXWebArea AXValue:
AXRole: AXTable AXValue:
+ AXRole: AXCaption AXValue:
+ AXRole: AXStaticText AXValue: scope test
+ AXRole: AXInlineTextBox AXValue: scope test
AXRole: AXRow AXValue:
AXRole: AXColumnHeader AXValue:
AXRole: AXStaticText AXValue: col head
@@ -50,6 +53,9 @@ AXRole: AXWebArea AXValue:
AXRole: AXStaticText AXValue: col head
AXRole: AXInlineTextBox AXValue: col head
AXRole: AXTable AXValue:
+ AXRole: AXCaption AXValue:
+ AXRole: AXStaticText AXValue: row header and column header (1)
+ AXRole: AXInlineTextBox AXValue: row header and column header (1)
AXRole: AXRow AXValue:
AXRole: AXCell AXValue:
AXRole: AXStaticText AXValue: data
@@ -81,6 +87,9 @@ AXRole: AXWebArea AXValue:
AXRole: AXStaticText AXValue: row head
AXRole: AXInlineTextBox AXValue: row head
AXRole: AXTable AXValue:
+ AXRole: AXCaption AXValue:
+ AXRole: AXStaticText AXValue: row header and column header (2)
+ AXRole: AXInlineTextBox AXValue: row header and column header (2)
AXRole: AXRow AXValue:
AXRole: AXRowHeader AXValue:
AXRole: AXStaticText AXValue: row head
« no previous file with comments | « LayoutTests/accessibility/table-caption-expected.txt ('k') | Source/modules/accessibility/AXTable.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698