Commit 99c80b9e authored by lzheng@chromium.org's avatar lzheng@chromium.org

Mark FragmentBackForward flaky.

BUG=61619
TEST=none

Review URL: http://codereview.chromium.org/6277021

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72676 0039d316-1c4b-4281-b951-d872f2087c98
parent b323cc15
......@@ -215,15 +215,9 @@ TEST_F(SessionHistoryTest, MAYBE_FrameBackForward) {
EXPECT_EQ(frames, GetTabURL());
}
#if defined(OS_WIN)
// See http://crbug.com/61619
#define MAYBE_FrameFormBackForward FLAKY_FrameFormBackForward
#else
#define MAYBE_FrameFormBackForward FrameFormBackForward
#endif
// Test that back/forward preserves POST data and document state in subframes.
TEST_F(SessionHistoryTest, MAYBE_FrameFormBackForward) {
TEST_F(SessionHistoryTest, FLAKY_FrameFormBackForward) {
ASSERT_TRUE(test_server_.Start());
// about:blank should be loaded first.
......
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