| Index: chrome/browser/views/find_bar_win_browsertest.cc
|
| diff --git a/chrome/browser/views/find_bar_win_browsertest.cc b/chrome/browser/views/find_bar_win_browsertest.cc
|
| index 47d3c2ea44bd6cad5035cf9304f9e4a96466d66b..22db8aabc7a4d83a77133f5a263749da24dc2fbb 100644
|
| --- a/chrome/browser/views/find_bar_win_browsertest.cc
|
| +++ b/chrome/browser/views/find_bar_win_browsertest.cc
|
| @@ -417,7 +417,9 @@ IN_PROC_BROWSER_TEST_F(FindInPageControllerTest,
|
| }
|
|
|
| // Make sure Find box disappears on Navigate but not on Refresh.
|
| -IN_PROC_BROWSER_TEST_F(FindInPageControllerTest, FindDisappearOnNavigate) {
|
| +// Flaky, see http://crbug.com/16447.
|
| +IN_PROC_BROWSER_TEST_F(FindInPageControllerTest,
|
| + DISABLED_FindDisappearOnNavigate) {
|
| HTTPTestServer* server = StartHTTPServer();
|
|
|
| // First we navigate to our special focus tracking page.
|
| @@ -493,7 +495,9 @@ IN_PROC_BROWSER_TEST_F(FindInPageControllerTest,
|
| }
|
|
|
| // Make sure Find box moves out of the way if it is obscuring the active match.
|
| -IN_PROC_BROWSER_TEST_F(FindInPageControllerTest, FindMovesWhenObscuring) {
|
| +// Flaky, see http://crbug.com/16447.
|
| +IN_PROC_BROWSER_TEST_F(FindInPageControllerTest,
|
| + DISABLED_FindMovesWhenObscuring) {
|
| HTTPTestServer* server = StartHTTPServer();
|
|
|
| GURL url = server->TestServerPageW(kMoveIfOver);
|
|
|