diff options
author | finnur@chromium.org <finnur@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-02-02 00:34:15 +0000 |
---|---|---|
committer | finnur@chromium.org <finnur@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-02-02 00:34:15 +0000 |
commit | ddee3821f4e12fcbe2f4dc4523d6b8133790e8ab (patch) | |
tree | c16041bd6db6838996a6cbca64f5129564ee8b4a | |
parent | de5a6120e503610edd884d1f62b7d32906d97709 (diff) | |
download | chromium_src-ddee3821f4e12fcbe2f4dc4523d6b8133790e8ab.zip chromium_src-ddee3821f4e12fcbe2f4dc4523d6b8133790e8ab.tar.gz chromium_src-ddee3821f4e12fcbe2f4dc4523d6b8133790e8ab.tar.bz2 |
Looks like the fix I did last time did work. According to the
flakiness dashboard this hasn't failed since the day I checked
in the fix (Jan 26th).
BUG=http://crbug.com/16447
TEST=None (making a change to a test)
Review URL: http://codereview.chromium.org/565006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@37770 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | chrome/browser/views/find_bar_host_browsertest.cc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/chrome/browser/views/find_bar_host_browsertest.cc b/chrome/browser/views/find_bar_host_browsertest.cc index 8788a60..21bf7b5 100644 --- a/chrome/browser/views/find_bar_host_browsertest.cc +++ b/chrome/browser/views/find_bar_host_browsertest.cc @@ -554,8 +554,7 @@ IN_PROC_BROWSER_TEST_F(FindInPageControllerTest, } // Make sure Find box moves out of the way if it is obscuring the active match. -// Flaky, see http://crbug.com/16447. -IN_PROC_BROWSER_TEST_F(FindInPageControllerTest, FLAKY_FindMovesWhenObscuring) { +IN_PROC_BROWSER_TEST_F(FindInPageControllerTest, FindMovesWhenObscuring) { HTTPTestServer* server = StartHTTPServer(); GURL url = server->TestServerPageW(kMoveIfOver); |