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

Unified Diff: content/browser/accessibility/android_granularity_movement_browsertest.cc

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: content/browser/accessibility/android_granularity_movement_browsertest.cc
diff --git a/content/browser/accessibility/android_granularity_movement_browsertest.cc b/content/browser/accessibility/android_granularity_movement_browsertest.cc
index 6ddf830423ed64675cae93d9663957380b98e813..74a67a44c0a574104be33c5e10501fa0ba8564da 100644
--- a/content/browser/accessibility/android_granularity_movement_browsertest.cc
+++ b/content/browser/accessibility/android_granularity_movement_browsertest.cc
@@ -204,7 +204,7 @@ IN_PROC_BROWSER_TEST_F(AndroidGranularityMovementBrowserTest,
BrowserAccessibility* pre = root->PlatformGetChild(0);
ASSERT_EQ(0U, pre->PlatformChildCount());
- ASSERT_EQ(base::ASCIIToUTF16("'One,', 'two,', 'three!'"),
+ ASSERT_EQ(base::ASCIIToUTF16("'One, ', 'two, ', 'three!'"),
TraverseNodeAtGranularity(pre, GRANULARITY_LINE));
}

Powered by Google App Engine
This is Rietveld 408576698