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

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

Issue 2387533003: Accessibility: Ignore all anonymous blocks (Closed)
Patch Set: Update some Android test results Created 4 years, 2 months 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 e03b7ae3f5e730e43d17fc146bb5252217c525f6..85adf12c193ec9064e5e3a367fba3e99f2bfcc87 100644
--- a/content/browser/accessibility/android_granularity_movement_browsertest.cc
+++ b/content/browser/accessibility/android_granularity_movement_browsertest.cc
@@ -150,7 +150,9 @@ IN_PROC_BROWSER_TEST_F(AndroidGranularityMovementBrowserTest,
GURL url("data:text/html,"
"<body>"
"<p>One, two, three!</p>"
+ "<p>"
"<button aria-label='Seven, eight, nine!'>Four, five, six!</button>"
+ "</p>"
"</body></html>");
BrowserAccessibility* root = LoadUrlAndGetAccessibilityRoot(url);
ASSERT_EQ(2U, root->PlatformChildCount());
@@ -176,7 +178,9 @@ IN_PROC_BROWSER_TEST_F(AndroidGranularityMovementBrowserTest,
GURL url("data:text/html,"
"<body>"
"<p>One, two, three!</p>"
+ "<p>"
"<button aria-label='Seven, eight, nine!'>Four, five, six!</button>"
+ "</p>"
"</body></html>");
BrowserAccessibility* root = LoadUrlAndGetAccessibilityRoot(url);
ASSERT_EQ(2U, root->PlatformChildCount());

Powered by Google App Engine
This is Rietveld 408576698