| Index: chrome_frame/test/test_with_web_server.cc
|
| ===================================================================
|
| --- chrome_frame/test/test_with_web_server.cc (revision 64688)
|
| +++ chrome_frame/test/test_with_web_server.cc (working copy)
|
| @@ -1004,11 +1004,7 @@
|
| 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);
|
| }
|
|
|
|
|