summaryrefslogtreecommitdiffstats
path: root/chrome_frame
diff options
context:
space:
mode:
authorananta@chromium.org <ananta@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-11-03 23:33:25 +0000
committerananta@chromium.org <ananta@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-11-03 23:33:25 +0000
commit11e1866cf5c3aa00f5becd16c6306df83022f701 (patch)
tree48a54e46dfceea6c1d4dfd52d9694473eed123d7 /chrome_frame
parent909a81eaa4568f4b13562dc3f34ac7268b590f09 (diff)
downloadchromium_src-11e1866cf5c3aa00f5becd16c6306df83022f701.zip
chromium_src-11e1866cf5c3aa00f5becd16c6306df83022f701.tar.gz
chromium_src-11e1866cf5c3aa00f5becd16c6306df83022f701.tar.bz2
Reenabling the ChromeFrame test FullTabModeIE_WindowClose which failed because the type
lib needs to be generated and included in the chrome frame binary. This may need a clobber. Bug=61011 TBR=amit Review URL: http://codereview.chromium.org/4445001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64989 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome_frame')
-rw-r--r--chrome_frame/test/test_with_web_server.cc6
1 files changed, 1 insertions, 5 deletions
diff --git a/chrome_frame/test/test_with_web_server.cc b/chrome_frame/test/test_with_web_server.cc
index 0fca76c..546ac341 100644
--- a/chrome_frame/test/test_with_web_server.cc
+++ b/chrome_frame/test/test_with_web_server.cc
@@ -1004,11 +1004,7 @@ TEST_F(ChromeFrameTestWithWebServer, FullTabModeIE_XHRConditionalHeaderTest) {
const wchar_t kWindowCloseTestUrl[] =
L"window_close.html";
-// This test causes IE to display an infobar on IE7 and IE8 on Vista and
-// Windows 7 at least which causes this test to fail. Disabling it for
-// now.
-// http://code.google.com/p/chromium/issues/detail?id=61011
-TEST_F(ChromeFrameTestWithWebServer, DISABLED_FullTabModeIE_WindowClose) {
+TEST_F(ChromeFrameTestWithWebServer, FullTabModeIE_WindowClose) {
SimpleBrowserTest(IE, kWindowCloseTestUrl);
}