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

Unified Diff: third_party/WebKit/LayoutTests/accessibility/inline-text-change-style-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-change-style-expected.txt
diff --git a/third_party/WebKit/LayoutTests/accessibility/inline-text-change-style-expected.txt b/third_party/WebKit/LayoutTests/accessibility/inline-text-change-style-expected.txt
index 0d6b7ab0cdea01a67fb5d51d3ea543f0d983c94f..b838734390ead9fac2a1f39418afb46265884909 100644
--- a/third_party/WebKit/LayoutTests/accessibility/inline-text-change-style-expected.txt
+++ b/third_party/WebKit/LayoutTests/accessibility/inline-text-change-style-expected.txt
@@ -6,10 +6,10 @@ 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 1
-PASS axInlineAfter0.stringValue is 'AXValue: This paragraph contains two lines of text.'
+PASS axInlineAfter0.name is 'This paragraph contains two lines of text.'
PASS successfullyParsed is true
TEST COMPLETE

Powered by Google App Engine
This is Rietveld 408576698