summaryrefslogtreecommitdiffstats
path: root/chrome_frame
diff options
context:
space:
mode:
authordmazzoni@chromium.org <dmazzoni@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-12-04 16:42:30 +0000
committerdmazzoni@chromium.org <dmazzoni@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-12-04 16:42:30 +0000
commit924b421fbd4d1cd0991eb35c79eb95670e62777c (patch)
treeb8fe7b16960d4d9b1f45d6cee6e84318e11b663d /chrome_frame
parentbf75a4f2306c315586470e2839aa250144637fc4 (diff)
downloadchromium_src-924b421fbd4d1cd0991eb35c79eb95670e62777c.zip
chromium_src-924b421fbd4d1cd0991eb35c79eb95670e62777c.tar.gz
chromium_src-924b421fbd4d1cd0991eb35c79eb95670e62777c.tar.bz2
Fix typo so that ChromeFrameTestWithWebServer.FullTabModeIE_SubFrame is actually disabled.
BUG=163728 TBR=robertshield Review URL: https://codereview.chromium.org/11411359 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170979 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome_frame')
-rw-r--r--chrome_frame/test/test_with_web_server.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome_frame/test/test_with_web_server.cc b/chrome_frame/test/test_with_web_server.cc
index 64afb79..f7f0266 100644
--- a/chrome_frame/test/test_with_web_server.cc
+++ b/chrome_frame/test/test_with_web_server.cc
@@ -691,7 +691,7 @@ TEST_F(ChromeFrameTestWithWebServer, FullTabModeIE_ReferrerTest) {
// Times out: http://crbug.com/163728
const wchar_t kSubFrameTestPage[] = L"full_tab_sub_frame_main.html";
-TEST_F(ChromeFrameTestWithWebServer, DISALBED_FullTabModeIE_SubFrame) {
+TEST_F(ChromeFrameTestWithWebServer, DISABLED_FullTabModeIE_SubFrame) {
SimpleBrowserTest(IE, kSubFrameTestPage);
}