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

Unified Diff: ui/accessibility/ax_node_position_unittest.cc

Issue 2707263011: Test aria-pressed=mixed on windows (Closed)
Patch Set: git cl try Created 3 years, 7 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 | « ui/accessibility/ax_node_data.cc ('k') | ui/accessibility/ax_tree_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/accessibility/ax_node_position_unittest.cc
diff --git a/ui/accessibility/ax_node_position_unittest.cc b/ui/accessibility/ax_node_position_unittest.cc
index c6641e0ba2ffaa31df4588b661680bf868e6b4eb..29123f1fe79a965b6509a52e2cd3dc145c16db72 100644
--- a/ui/accessibility/ax_node_position_unittest.cc
+++ b/ui/accessibility/ax_node_position_unittest.cc
@@ -131,7 +131,7 @@ void AXPositionTest::SetUp() {
check_box_.role = AX_ROLE_CHECK_BOX;
check_box_.AddIntAttribute(ui::AX_ATTR_CHECKED_STATE,
- ui::AX_CHECKED_STATE_TRUE);
+ ui::AX_BUTTON_STATE_TRUE);
check_box_.SetName("Check box");
check_box_.location = gfx::RectF(20, 50, 200, 30);
check_box_.AddIntListAttribute(AX_ATTR_WORD_STARTS,
« no previous file with comments | « ui/accessibility/ax_node_data.cc ('k') | ui/accessibility/ax_tree_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698