diff options
author | ananta@chromium.org <ananta@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-02-04 19:36:26 +0000 |
---|---|---|
committer | ananta@chromium.org <ananta@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-02-04 19:36:26 +0000 |
commit | 1233407f73e0e4895f70eadea4c942eef94b07cc (patch) | |
tree | 6d367c9bb629155ac200a43788bb0c972179c174 /chrome_frame | |
parent | e6190aa61e547643a53e7a27a158d221c6f3c48d (diff) | |
download | chromium_src-1233407f73e0e4895f70eadea4c942eef94b07cc.zip chromium_src-1233407f73e0e4895f70eadea4c942eef94b07cc.tar.gz chromium_src-1233407f73e0e4895f70eadea4c942eef94b07cc.tar.bz2 |
Disabling the IEOpenInNewWindow chrome frame test on IE7.
BUG=none
TEST=none
TBR=amit
Review URL: http://codereview.chromium.org/6250163
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73832 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome_frame')
-rw-r--r-- | chrome_frame/test/ui_test.cc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/chrome_frame/test/ui_test.cc b/chrome_frame/test/ui_test.cc index 7d125fe..d284590 100644 --- a/chrome_frame/test/ui_test.cc +++ b/chrome_frame/test/ui_test.cc @@ -630,6 +630,11 @@ TEST_F(ContextMenuTest, IEOpen) { } TEST_F(ContextMenuTest, IEOpenInNewWindow) { + // See crbug.com/64794. + if (GetInstalledIEVersion() == IE_7) { + LOG(INFO) << "Not running test with IE7"; + return; + } server_mock_.ExpectAndServeAnyRequests(CFInvocation::None()); MockIEEventSink new_window_mock; new_window_mock.ExpectAnyNavigations(); |