Index: chrome/browser/apps/web_view_interactive_browsertest.cc |
diff --git a/chrome/browser/apps/web_view_interactive_browsertest.cc b/chrome/browser/apps/web_view_interactive_browsertest.cc |
index 85f5bd0790c2b0d7e5e39570774e6ae85df3a382..69ed5348b53499cc816862220fcaee4d4a2cfb18 100644 |
--- a/chrome/browser/apps/web_view_interactive_browsertest.cc |
+++ b/chrome/browser/apps/web_view_interactive_browsertest.cc |
@@ -846,6 +846,11 @@ IN_PROC_BROWSER_TEST_F(WebViewInteractiveTest, |
NEEDS_TEST_SERVER); |
} |
+// There is a problem of missing keyup events with the command key after |
+// the NSEvent is sent to NSApplication in ui/base/test/ui_controls_mac.mm . |
+// This test is disabled on only the Mac until the problem is resolved. |
+// See http://crbug.com/425859 for more information. |
+#if !defined(OS_MACOSX) |
// Tests that Ctrl+Click/Cmd+Click on a link fires up the newwindow API. |
IN_PROC_BROWSER_TEST_F(WebViewInteractiveTest, NewWindow_OpenInNewTab) { |
content::WebContents* embedder_web_contents = NULL; |
@@ -871,6 +876,7 @@ IN_PROC_BROWSER_TEST_F(WebViewInteractiveTest, NewWindow_OpenInNewTab) { |
// Wait for the embedder to receive a 'newwindow' event. |
ASSERT_TRUE(done_listener->WaitUntilSatisfied()); |
} |
+#endif |
IN_PROC_BROWSER_TEST_F(WebViewInteractiveTest, |
NewWindow_OpenerDestroyedWhileUnattached) { |