Skip to content

Commit

Permalink
Fix typo so that ChromeFrameTestWithWebServer.FullTabModeIE_SubFrame …
Browse files Browse the repository at this point in the history
…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
  • Loading branch information
dmazzoni@chromium.org committed Dec 4, 2012
1 parent bf75a4f commit 924b421
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chrome_frame/test/test_with_web_server.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}

Expand Down

0 comments on commit 924b421

Please sign in to comment.