| Index: content/browser/renderer_host/input/touch_action_browsertest.cc
|
| diff --git a/content/browser/renderer_host/input/touch_action_browsertest.cc b/content/browser/renderer_host/input/touch_action_browsertest.cc
|
| index ab6564d358060af8a52ddd47fc3fc08f0f6ff32c..1b7260843750b8d3f8cd04a2d5adc87e16b30d4e 100644
|
| --- a/content/browser/renderer_host/input/touch_action_browsertest.cc
|
| +++ b/content/browser/renderer_host/input/touch_action_browsertest.cc
|
| @@ -192,7 +192,8 @@ IN_PROC_BROWSER_TEST_F(TouchActionBrowserTest, DISABLED_DefaultAuto) {
|
| // Verify that touching a touch-action: none region disables scrolling and
|
| // enables all touch events to be sent.
|
| // Disabled on MacOS because it doesn't support touch input.
|
| -#if defined(OS_MACOSX)
|
| +// Flaky on OS_CHROMEOS crbug/376695.
|
| +#if defined(OS_MACOSX) || defined(OS_CHROMEOS)
|
| #define MAYBE_TouchActionNone DISABLED_TouchActionNone
|
| #else
|
| #define MAYBE_TouchActionNone TouchActionNone
|
|
|