diff options
author | ananta@chromium.org <ananta@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-11-15 23:59:42 +0000 |
---|---|---|
committer | ananta@chromium.org <ananta@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-11-15 23:59:42 +0000 |
commit | 76325dd6dde31cc5f65ee4775f769a4a583a5ef6 (patch) | |
tree | f76ed0a7cf77daf1b6544c1c9081052c45abc8dd /chrome_frame/test/test_with_web_server.cc | |
parent | 09a69f8ed4c075a81f068b62bbf317df325263d9 (diff) | |
download | chromium_src-76325dd6dde31cc5f65ee4775f769a4a583a5ef6.zip chromium_src-76325dd6dde31cc5f65ee4775f769a4a583a5ef6.tar.gz chromium_src-76325dd6dde31cc5f65ee4775f769a4a583a5ef6.tar.bz2 |
Fix more ChromeFrame tests so that they work on IE9.
Review URL: http://codereview.chromium.org/4983004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@66193 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome_frame/test/test_with_web_server.cc')
-rw-r--r-- | chrome_frame/test/test_with_web_server.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome_frame/test/test_with_web_server.cc b/chrome_frame/test/test_with_web_server.cc index 9f8670e..904ae52 100644 --- a/chrome_frame/test/test_with_web_server.cc +++ b/chrome_frame/test/test_with_web_server.cc @@ -1136,6 +1136,7 @@ TEST_F(ChromeFrameTestWithWebServer, FAILS_FullTabModeIE_RefreshMshtmlTest) { TEST_F(ChromeFrameTestWithWebServer, FullTabModeIE_TestDownloadFromForm) { chrome_frame_test::MockWindowObserver win_observer_mock; win_observer_mock.WatchWindow("File Download", ""); + win_observer_mock.WatchWindow("View Downloads*", ""); // The content of our HTML test page. This will be returned whenever // we reply to a GET request. |