diff options
Diffstat (limited to 'chrome/browser/session_history_uitest.cc')
-rw-r--r-- | chrome/browser/session_history_uitest.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome/browser/session_history_uitest.cc b/chrome/browser/session_history_uitest.cc index 830f9be..7fc93f5 100644 --- a/chrome/browser/session_history_uitest.cc +++ b/chrome/browser/session_history_uitest.cc @@ -268,6 +268,7 @@ TEST_F(SessionHistoryTest, FrameFormBackForward) { // document state" // Test that back/forward preserves POST data and document state when navigating // across frames (ie, from frame -> nonframe). +// http://crbug.com/45058 TEST_F(SessionHistoryTest, DISABLED_CrossFrameFormBackForward) { scoped_refptr<HTTPTestServer> server = HTTPTestServer::CreateServer(kDocRoot, NULL); @@ -466,7 +467,7 @@ TEST_F(SessionHistoryTest, JavascriptHistory) { } // This test is failing consistently. See http://crbug.com/22560 -TEST_F(SessionHistoryTest, DISABLED_LocationReplace) { +TEST_F(SessionHistoryTest, FAILS_LocationReplace) { // Test that using location.replace doesn't leave the title of the old page // visible. scoped_refptr<HTTPTestServer> server = |