Index: content/browser/web_contents/opened_by_dom_browsertest.cc |
diff --git a/content/browser/web_contents/opened_by_dom_browsertest.cc b/content/browser/web_contents/opened_by_dom_browsertest.cc |
index dab6eb8d3180845a63c920b7e0003dd9e724d31d..f505afc35795e4daa65c2c5b6d609dd595005a2c 100644 |
--- a/content/browser/web_contents/opened_by_dom_browsertest.cc |
+++ b/content/browser/web_contents/opened_by_dom_browsertest.cc |
@@ -114,8 +114,7 @@ IN_PROC_BROWSER_TEST_F(OpenedByDOMTest, Popup) { |
// Tests that window.close() works in a popup window that has navigated a few |
// times and swapped processes. |
-// Crashes on all platforms. http://crbug.com/399709 |
-IN_PROC_BROWSER_TEST_F(OpenedByDOMTest, DISABLED_CrossProcessPopup) { |
+IN_PROC_BROWSER_TEST_F(OpenedByDOMTest, CrossProcessPopup) { |
host_resolver()->AddRule("*", "127.0.0.1"); |
ASSERT_TRUE(test_server()->Start()); |