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

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

Issue 1435113003: Make use of new AX name calc in Chromium. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix issue with ariaTextAlternative Created 5 years, 1 month 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 c63ec6113aaaf0331e544b7c36981c08d4b8a6bd..eede4c6e5a8ba9d5a4875ec29abbe63e251e99c3 100644
--- a/third_party/WebKit/LayoutTests/accessibility/aria-tables-expected.txt
+++ b/third_party/WebKit/LayoutTests/accessibility/aria-tables-expected.txt
@@ -9,40 +9,40 @@ 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:
- AXRole: AXStaticText AXValue: End of test
+AXRole: AXWebArea
+ AXRole: AXTable
+ AXRole: AXRow
+ AXRole: AXColumnHeader
+ AXRole: AXStaticText "col head"
+ AXRole: AXInlineTextBox "col head"
+ AXRole: AXColumnHeader
+ AXRole: AXStaticText "col head"
+ AXRole: AXInlineTextBox "col head"
+ AXRole: AXColumnHeader
+ AXRole: AXStaticText "col head"
+ AXRole: AXInlineTextBox "col head"
+ AXRole: AXRow
+ AXRole: AXRowHeader
+ AXRole: AXStaticText "row head"
+ AXRole: AXInlineTextBox "row head"
+ AXRole: AXCell
+ AXRole: AXStaticText "data"
+ AXRole: AXInlineTextBox "data"
+ AXRole: AXRowHeader
+ AXRole: AXStaticText "row head"
+ AXRole: AXInlineTextBox "row head"
+ AXRole: AXRow
+ AXRole: AXRowHeader
+ AXRole: AXStaticText "row head"
+ AXRole: AXInlineTextBox "row head"
+ AXRole: AXRowHeader
+ AXRole: AXStaticText "row head"
+ AXRole: AXInlineTextBox "row head"
+ AXRole: AXColumnHeader
+ AXRole: AXStaticText "col head"
+ AXRole: AXInlineTextBox "col head"
+ AXRole: AXParagraph
+ AXRole: AXStaticText "End of test"
PASS successfullyParsed is true
TEST COMPLETE

Powered by Google App Engine
This is Rietveld 408576698