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

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

Issue 2797463002: Added some more roles to the list of roles that calculate their names from content. (Closed)
Patch Set: Fixed test expectations. Created 3 years, 8 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: third_party/WebKit/LayoutTests/accessibility/aria-tables-expected.txt
diff --git a/third_party/WebKit/LayoutTests/accessibility/aria-tables-expected.txt b/third_party/WebKit/LayoutTests/accessibility/aria-tables-expected.txt
index eede4c6e5a8ba9d5a4875ec29abbe63e251e99c3..f22eb8d71e04c7edb2549bda85c392fc2be60ba6 100644
--- a/third_party/WebKit/LayoutTests/accessibility/aria-tables-expected.txt
+++ b/third_party/WebKit/LayoutTests/accessibility/aria-tables-expected.txt
@@ -12,33 +12,33 @@ End of test
AXRole: AXWebArea
AXRole: AXTable
AXRole: AXRow
- AXRole: AXColumnHeader
+ AXRole: AXColumnHeader "col head"
AXRole: AXStaticText "col head"
AXRole: AXInlineTextBox "col head"
- AXRole: AXColumnHeader
+ AXRole: AXColumnHeader "col head"
AXRole: AXStaticText "col head"
AXRole: AXInlineTextBox "col head"
- AXRole: AXColumnHeader
+ AXRole: AXColumnHeader "col head"
AXRole: AXStaticText "col head"
AXRole: AXInlineTextBox "col head"
AXRole: AXRow
- AXRole: AXRowHeader
+ AXRole: AXRowHeader "row head"
AXRole: AXStaticText "row head"
AXRole: AXInlineTextBox "row head"
- AXRole: AXCell
+ AXRole: AXCell "data"
AXRole: AXStaticText "data"
AXRole: AXInlineTextBox "data"
- AXRole: AXRowHeader
+ AXRole: AXRowHeader "row head"
AXRole: AXStaticText "row head"
AXRole: AXInlineTextBox "row head"
AXRole: AXRow
- AXRole: AXRowHeader
+ AXRole: AXRowHeader "row head"
AXRole: AXStaticText "row head"
AXRole: AXInlineTextBox "row head"
- AXRole: AXRowHeader
+ AXRole: AXRowHeader "row head"
AXRole: AXStaticText "row head"
AXRole: AXInlineTextBox "row head"
- AXRole: AXColumnHeader
+ AXRole: AXColumnHeader "col head"
AXRole: AXStaticText "col head"
AXRole: AXInlineTextBox "col head"
AXRole: AXParagraph

Powered by Google App Engine
This is Rietveld 408576698