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

Unified Diff: chrome/browser/accessibility/renderer_accessibility_browsertest.cc

Issue 7966013: Rewrite renderer accessibility to not use WebAccessibilityCache. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 3 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: chrome/browser/accessibility/renderer_accessibility_browsertest.cc
===================================================================
--- chrome/browser/accessibility/renderer_accessibility_browsertest.cc (revision 103158)
+++ chrome/browser/accessibility/renderer_accessibility_browsertest.cc (working copy)
@@ -132,7 +132,7 @@
EXPECT_STREQ(
"text/html", GetAttr(tree, WebAccessibility::ATTR_DOC_MIMETYPE).c_str());
EXPECT_STREQ("Accessibility Test", UTF16ToUTF8(tree.name).c_str());
- EXPECT_EQ(WebAccessibility::ROLE_WEB_AREA, tree.role);
+ EXPECT_EQ(WebAccessibility::ROLE_ROOT_WEB_AREA, tree.role);
// Check properites of the BODY element.
ASSERT_EQ(1U, tree.children.size());

Powered by Google App Engine
This is Rietveld 408576698