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

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

Issue 2439203003: Reland of Accessibility: Ignore all anonymous blocks (Closed)
Patch Set: Rebased. 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 a12e18a4d37f7e40016843a5ea71a2154b907176..9ece9acc367846d0bf16c6f1b9cbfa6fb7ca0ea5 100644
--- a/content/browser/accessibility/android_granularity_movement_browsertest.cc
+++ b/content/browser/accessibility/android_granularity_movement_browsertest.cc
@@ -149,7 +149,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());
@@ -175,7 +177,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