Index: chrome_frame/test/navigation_test.cc |
diff --git a/chrome_frame/test/navigation_test.cc b/chrome_frame/test/navigation_test.cc |
index 50f9134cebf994df73f4e0ee87e161fd518b5820..1f8485f8c278a0870e39f60d46b33824444d4339 100644 |
--- a/chrome_frame/test/navigation_test.cc |
+++ b/chrome_frame/test/navigation_test.cc |
@@ -369,12 +369,7 @@ TEST_P(FullTabNavigationTest, DISABLED_JavascriptWindowOpenDifferentDomain) { |
// Tests that the parent window can successfully close its popup through |
// the javascript close method. |
-#if defined(USE_AURA) |
-// Key events don't work after window.open; http://crbug.com/241081. |
-TEST_P(FullTabNavigationTest, DISABLED_JavascriptWindowOpenCanClose) { |
-#else |
TEST_P(FullTabNavigationTest, JavascriptWindowOpenCanClose) { |
-#endif |
// Please see http://code.google.com/p/chromium/issues/detail?id=60987 |
// for more information on why this test is disabled for Vista with IE7. |
if (base::win::GetVersion() == base::win::VERSION_VISTA && |