Index: chrome/browser/ui/blocked_content/popup_blocker_browsertest.cc |
diff --git a/chrome/browser/ui/blocked_content/popup_blocker_browsertest.cc b/chrome/browser/ui/blocked_content/popup_blocker_browsertest.cc |
index 1ff40fe0157f5753d5bfb248bd9513be8c9f519e..0f2ee6d1c47be530c5b307dbfcf92d7a7b11bc3b 100644 |
--- a/chrome/browser/ui/blocked_content/popup_blocker_browsertest.cc |
+++ b/chrome/browser/ui/blocked_content/popup_blocker_browsertest.cc |
@@ -624,7 +624,8 @@ void InjectRawKeyEvent(WebContents* web_contents, |
} |
// Tests that Ctrl+Enter/Cmd+Enter keys on a link open the backgournd tab. |
-IN_PROC_BROWSER_TEST_F(PopupBlockerBrowserTest, CtrlEnterKey) { |
+// Failing due to Blink r189541 http://crbug.com/455691 |
+IN_PROC_BROWSER_TEST_F(PopupBlockerBrowserTest, DISABLED_CtrlEnterKey) { |
WebContents* tab = browser()->tab_strip_model()->GetActiveWebContents(); |
GURL url(embedded_test_server()->GetURL( |