Commit 924b421f authored by dmazzoni@chromium.org's avatar dmazzoni@chromium.org

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
parent bf75a4f2
...@@ -691,7 +691,7 @@ TEST_F(ChromeFrameTestWithWebServer, FullTabModeIE_ReferrerTest) { ...@@ -691,7 +691,7 @@ TEST_F(ChromeFrameTestWithWebServer, FullTabModeIE_ReferrerTest) {
// Times out: http://crbug.com/163728 // Times out: http://crbug.com/163728
const wchar_t kSubFrameTestPage[] = L"full_tab_sub_frame_main.html"; 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); SimpleBrowserTest(IE, kSubFrameTestPage);
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment