summaryrefslogtreecommitdiffstats
path: root/chrome
diff options
context:
space:
mode:
authorphajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-11-12 10:33:08 +0000
committerphajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-11-12 10:33:08 +0000
commit5ebb7d1d69c3764f7de30692cf1bcdbc0b72126d (patch)
treef61ea11cbbfb42e1117b573c712a2a08206c9644 /chrome
parentf33868f3f2fe02475a6d8a3329fcbfbafe338e8a (diff)
downloadchromium_src-5ebb7d1d69c3764f7de30692cf1bcdbc0b72126d.zip
chromium_src-5ebb7d1d69c3764f7de30692cf1bcdbc0b72126d.tar.gz
chromium_src-5ebb7d1d69c3764f7de30692cf1bcdbc0b72126d.tar.bz2
Disable FindInPageTest.PrepopulateRespectBlank
TBR=finnur BUG=62937 TEST=interactive_ui_tests Review URL: http://codereview.chromium.org/4841002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@65927 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome')
-rw-r--r--chrome/browser/ui/views/find_bar_host_interactive_uitest.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome/browser/ui/views/find_bar_host_interactive_uitest.cc b/chrome/browser/ui/views/find_bar_host_interactive_uitest.cc
index 12537fb..38bf688 100644
--- a/chrome/browser/ui/views/find_bar_host_interactive_uitest.cc
+++ b/chrome/browser/ui/views/find_bar_host_interactive_uitest.cc
@@ -122,7 +122,8 @@ IN_PROC_BROWSER_TEST_F(FindInPageTest, FocusRestore) {
// This tests that whenever you clear values from the Find box and close it that
// it respects that and doesn't show you the last search, as reported in bug:
// http://crbug.com/40121.
-IN_PROC_BROWSER_TEST_F(FindInPageTest, PrepopulateRespectBlank) {
+// Disabled, http://crbug.com/62937.
+IN_PROC_BROWSER_TEST_F(FindInPageTest, DISABLED_PrepopulateRespectBlank) {
#if defined(OS_MACOSX)
// FindInPage on Mac doesn't use prepopulated values. Search there is global.
return;