summaryrefslogtreecommitdiffstats
path: root/chrome/browser
diff options
context:
space:
mode:
authordimich@google.com <dimich@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-01-08 18:09:44 +0000
committerdimich@google.com <dimich@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-01-08 18:09:44 +0000
commitb7cc9c171bf50583872e1363f6f1a58f8d798516 (patch)
tree6e780d9621a6ddaad751d6de34a883a495793b79 /chrome/browser
parent79123a57adb831835bba88999e5456c9277ca86f (diff)
downloadchromium_src-b7cc9c171bf50583872e1363f6f1a58f8d798516.zip
chromium_src-b7cc9c171bf50583872e1363f6f1a58f8d798516.tar.gz
chromium_src-b7cc9c171bf50583872e1363f6f1a58f8d798516.tar.bz2
Re-enable ui test after WebKit merge which pulled the fix from upstream.
Review URL: http://codereview.chromium.org/17259 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7742 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser')
-rw-r--r--chrome/browser/views/find_bar_win_uitest.cc4
1 files changed, 1 insertions, 3 deletions
diff --git a/chrome/browser/views/find_bar_win_uitest.cc b/chrome/browser/views/find_bar_win_uitest.cc
index 64d0e45..ac534b4 100644
--- a/chrome/browser/views/find_bar_win_uitest.cc
+++ b/chrome/browser/views/find_bar_win_uitest.cc
@@ -111,9 +111,7 @@ TEST_F(FindInPageControllerTest, FindInPageOrdinal) {
// This test loads a page with frames and makes sure the ordinal returned makes
// sense.
-// Disabling to open tree.
-// See http://code.google.com/p/chromium/issues/detail?id=6030
-TEST_F(FindInPageControllerTest, DISABLED_FindInPageMultiFramesOrdinal) {
+TEST_F(FindInPageControllerTest, FindInPageMultiFramesOrdinal) {
TestServer server(L"chrome/test/data");
// First we navigate to our frames page.