Skip to content
Snippets Groups Projects
Commit 11e1866c authored by ananta@chromium.org's avatar ananta@chromium.org
Browse files

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
parent 909a81ea
No related branches found
No related tags found
No related merge requests found
......@@ -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);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment