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

Fix the ChromeFrame FullTabModeIE_TestDownloadFromForm test flakiness on IE9.

TBR=amit

Review URL: http://codereview.chromium.org/4980004

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@66311 0039d316-1c4b-4281-b951-d872f2087c98
parent 18ecd004
No related branches found
No related tags found
No related merge requests found
......@@ -1240,9 +1240,11 @@ TEST_F(ChromeFrameTestWithWebServer, FullTabModeIE_TestDownloadFromForm) {
};
EXPECT_CALL(win_observer_mock, OnWindowOpen(_))
.Times(testing::AtMost(1))
.WillOnce(chrome_frame_test::DoCloseWindow());
EXPECT_CALL(win_observer_mock, OnWindowClose(_))
.Times(testing::AtMost(1))
.WillOnce(QUIT_LOOP(loop_));
SimpleWebServerTest server(46664);
......
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