Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(7605)

Unified Diff: chrome_frame/test/navigation_test.cc

Issue 7753037: Revert 98424 - Revert 98398 - Disabling the ReadyPromptContentTest and the (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome_frame/test/ready_mode_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome_frame/test/navigation_test.cc
===================================================================
--- chrome_frame/test/navigation_test.cc (revision 98427)
+++ chrome_frame/test/navigation_test.cc (working copy)
@@ -1051,7 +1051,9 @@
// This should bring up a confirmation dialog which we hit yes on. This should
// reissue the top level post request in response to which the html content
// containing the meta tag is sent again.
-TEST_F(FullTabDownloadTest, TopLevelPostReissueFromChromeFramePage) {
+// This test has been disabled due to bug
+// http://code.google.com/p/chromium/issues/detail?id=94362
+TEST_F(FullTabDownloadTest, DISABLED_TopLevelPostReissueFromChromeFramePage) {
chrome_frame_test::MockWindowObserver post_reissue_watcher;
post_reissue_watcher.WatchWindow("Confirm Form Resubmission", "");
« no previous file with comments | « no previous file | chrome_frame/test/ready_mode_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698