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

Unified Diff: chrome/browser/magic_iframe_browsertest.cc

Issue 7647003: Update routing id of pending resource requests for reparented iframes. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
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
Index: chrome/browser/magic_iframe_browsertest.cc
diff --git a/chrome/browser/magic_iframe_browsertest.cc b/chrome/browser/magic_iframe_browsertest.cc
index 06f122b06d0177f6de5532a9e079b50a143de840..9efc2834267533e1fec625f09955af547fa40f56 100644
--- a/chrome/browser/magic_iframe_browsertest.cc
+++ b/chrome/browser/magic_iframe_browsertest.cc
@@ -37,10 +37,7 @@ GURL MagicIframeBrowserTest::GetTestURL(const std::string& path) {
// (silently aborted) when the test iframe is transferred between pages (and
// the original page closes). This causes the final navigation to not complete
// and test terminated due to a timeout.
-
-// Currently disabled (http://crbug.com/55200, work in progress).
-IN_PROC_BROWSER_TEST_F(MagicIframeBrowserTest,
- DISABLED_TransferIframeCloseWindow) {
+IN_PROC_BROWSER_TEST_F(MagicIframeBrowserTest, TransferIframeCloseWindow) {
ASSERT_TRUE(test_server()->Start());
GURL url(GetTestURL("iframe-reparenting-close-window.html"));
ui_test_utils::NavigateToURLBlockUntilNavigationsComplete(browser(), url, 3);

Powered by Google App Engine
This is Rietveld 408576698