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

Unified Diff: third_party/WebKit/LayoutTests/accessibility/inline-text-changes-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/inline-text-changes-expected.txt
diff --git a/third_party/WebKit/LayoutTests/accessibility/inline-text-changes-expected.txt b/third_party/WebKit/LayoutTests/accessibility/inline-text-changes-expected.txt
index f86dd37889409699ca5d75fe4975870910ea0de7..edc4ceaeb593439c01dcf185dfe91aab12517452 100644
--- a/third_party/WebKit/LayoutTests/accessibility/inline-text-changes-expected.txt
+++ b/third_party/WebKit/LayoutTests/accessibility/inline-text-changes-expected.txt
@@ -6,13 +6,13 @@ On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
PASS axStaticText.childrenCount is 2
-PASS axInlineBefore0.stringValue is 'AXValue: This paragraph contains '
-PASS axInlineBefore1.stringValue is 'AXValue: two lines of text.'
+PASS axInlineBefore0.name is 'This paragraph contains '
+PASS axInlineBefore1.name is 'two lines of text.'
PASS axStaticText.childrenCount is 3
-PASS axInlineAfter0.stringValue is 'AXValue: This paragraph contains '
-PASS axInlineAfter1.stringValue is 'AXValue: two lines of text. One '
-PASS axInlineAfter2.stringValue is 'AXValue: more sentence.'
-PASS axInlineBefore1.stringValue is 'AXValue: '
+PASS axInlineAfter0.name is 'This paragraph contains '
+PASS axInlineAfter1.name is 'two lines of text. One '
+PASS axInlineAfter2.name is 'more sentence.'
+PASS axInlineBefore1.name is ''
PASS successfullyParsed is true
TEST COMPLETE

Powered by Google App Engine
This is Rietveld 408576698