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

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

Issue 2440833002: Revert of Accessibility: Ignore all anonymous blocks (Closed)
Patch Set: Rebase after revert of another change touching cursors_test.js 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 9ece9acc367846d0bf16c6f1b9cbfa6fb7ca0ea5..a12e18a4d37f7e40016843a5ea71a2154b907176 100644
--- a/content/browser/accessibility/android_granularity_movement_browsertest.cc
+++ b/content/browser/accessibility/android_granularity_movement_browsertest.cc
@@ -149,9 +149,7 @@ 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());
@@ -177,9 +175,7 @@ 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