Chromium Code Reviews| Index: chrome/browser/ui/browser_focus_uitest.cc |
| diff --git a/chrome/browser/ui/browser_focus_uitest.cc b/chrome/browser/ui/browser_focus_uitest.cc |
| index 5ffe27df2c3aca640ccad194e20773e3e629a4cf..3257d539ac3ef411c626483c35da0df9f0ce4317 100644 |
| --- a/chrome/browser/ui/browser_focus_uitest.cc |
| +++ b/chrome/browser/ui/browser_focus_uitest.cc |
| @@ -430,18 +430,9 @@ IN_PROC_BROWSER_TEST_F(BrowserFocusTest, FocusTraversal) { |
| EXPECT_NO_FATAL_FAILURE(TestFocusTraversal(tab->GetRenderViewHost(), true)); |
| } |
| -#if defined(OS_MACOSX) |
| -// TODO(msw): Mac's details wrongly claim that the "textEdit" is not editable on |
| -// the 2nd forwards traveral loop (but is correct in the 1st loop). Mac also |
| -// doesn't advance focus on the 2nd reverse Tab press (gmapLink->gmailLink), but |
| -// the 1st and 3rd+ Tab key presses seem to work. http://crbug.com/60973 |
|
battre
2014/06/02 14:34:04
Any reason for adding a new bug number instead of
Michael van Ouwerkerk
2014/06/02 14:42:46
Ok I kept the old bug reference.
|
| -#define MAYBE_FocusTraversalOnInterstitial DISABLED_FocusTraversalOnInterstitial |
| -#else |
| -#define MAYBE_FocusTraversalOnInterstitial FocusTraversalOnInterstitial |
| -#endif |
| - |
| // Test forward and reverse focus traversal while an interstitial is showing. |
| -IN_PROC_BROWSER_TEST_F(BrowserFocusTest, MAYBE_FocusTraversalOnInterstitial) { |
| +// Disabled, see http://crbug.com/379762 |
| +IN_PROC_BROWSER_TEST_F(BrowserFocusTest, DISABLED_FocusTraversalOnInterstitial) { |
| ASSERT_TRUE(ui_test_utils::BringBrowserWindowToFront(browser())); |
| const GURL url = embedded_test_server()->GetURL(kSimplePage); |
| ui_test_utils::NavigateToURL(browser(), url); |