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

Unified Diff: ui/accessibility/ax_tree_unittest.cc

Issue 163233005: Fix accessibility_unittests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 10 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/accessibility/ax_tree_unittest.cc
diff --git a/ui/accessibility/ax_tree_unittest.cc b/ui/accessibility/ax_tree_unittest.cc
index 68a2911664ace3c5464c2e8e0a625d668c24f5bd..f5601c26434c69d206b7ceb40e10d9cb0831604f 100644
--- a/ui/accessibility/ax_tree_unittest.cc
+++ b/ui/accessibility/ax_tree_unittest.cc
@@ -64,9 +64,9 @@ TEST(AXTreeTest, SerializeSimpleAXTree) {
EXPECT_EQ(checkbox.role, checkbox_node->data().role);
EXPECT_EQ(
- "id=1 ROOT_WEB_AREA FOCUSABLE FOCUSED (0, 0)-(800, 600) child_ids=2,3\n"
- " id=2 BUTTON (20, 20)-(200, 30)\n"
- " id=3 CHECKBOX (20, 50)-(200, 30)\n",
+ "id=1 root_web_area FOCUSABLE FOCUSED (0, 0)-(800, 600) child_ids=2,3\n"
+ " id=2 button (20, 20)-(200, 30)\n"
+ " id=3 check_box (20, 50)-(200, 30)\n",
dst_tree.ToString());
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698