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

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

Issue 1473833002: Fix bugs in accessible name calculation code exposed by Bryan Garaventa's test files. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@dumb_mistake
Patch Set: Fix android test expectation Created 5 years 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
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/accessibility/description-calc-inputs.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 74a67a44c0a574104be33c5e10501fa0ba8564da..6ddf830423ed64675cae93d9663957380b98e813 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));
}
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/accessibility/description-calc-inputs.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698