Commit 0cef4fc8 authored by xhwang@chromium.org's avatar xhwang@chromium.org

Disable ConstrainedWindowViewTest.BackspaceSentToWebContent on Linux ChromiumOS.

TBR=mazda@chromium.org
BUG=170331

Review URL: https://codereview.chromium.org/13427010

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@192830 0039d316-1c4b-4281-b951-d872f2087c98
parent 4a9e2e0e
...@@ -306,8 +306,8 @@ void ForwardKeyEvent(content::RenderViewHost* host, ui::KeyboardCode key_code) { ...@@ -306,8 +306,8 @@ void ForwardKeyEvent(content::RenderViewHost* host, ui::KeyboardCode key_code) {
} }
// Tests that backspace is not processed before it's sent to the web contents. // Tests that backspace is not processed before it's sent to the web contents.
// Flaky on win aura. crbug.com/170331 // Flaky on Win Aura and Linux ChromiumOS. See http://crbug.com/170331
#if defined(OS_WIN) && defined(USE_AURA) #if defined(USE_AURA)
#define MAYBE_BackspaceSentToWebContent DISABLED_BackspaceSentToWebContent #define MAYBE_BackspaceSentToWebContent DISABLED_BackspaceSentToWebContent
#else #else
#define MAYBE_BackspaceSentToWebContent BackspaceSentToWebContent #define MAYBE_BackspaceSentToWebContent BackspaceSentToWebContent
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment