summaryrefslogtreecommitdiffstats
path: root/chrome/browser/browser_keyevents_browsertest.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/browser_keyevents_browsertest.cc')
-rw-r--r--chrome/browser/browser_keyevents_browsertest.cc6
1 files changed, 0 insertions, 6 deletions
diff --git a/chrome/browser/browser_keyevents_browsertest.cc b/chrome/browser/browser_keyevents_browsertest.cc
index 70d3b74..974c634 100644
--- a/chrome/browser/browser_keyevents_browsertest.cc
+++ b/chrome/browser/browser_keyevents_browsertest.cc
@@ -653,14 +653,8 @@ IN_PROC_BROWSER_TEST_F(BrowserKeyEventsTest, DISABLED_AccessKeys) {
// On Ash, alt-1..9 are assigned as window selection global accelerators, so
// they can not be used as accesskeys.
EXPECT_NO_FATAL_FAILURE(TestKeyEvent(tab_index, kTestAccess1));
-#if defined(TOOLKIT_GTK)
- // On GTK, alt-0..9 are assigned as tab selection accelerators, so they can
- // not be used as accesskeys.
- EXPECT_NO_FATAL_FAILURE(CheckFocusedElement(tab_index, L""));
-#else
EXPECT_NO_FATAL_FAILURE(CheckFocusedElement(tab_index, L"1"));
#endif
-#endif
}
// Flaky, http://crbug.com/69475.