| Index: chrome/browser/mouseleave_browsertest.cc
|
| diff --git a/chrome/browser/mouseleave_browsertest.cc b/chrome/browser/mouseleave_browsertest.cc
|
| index fd9e8738c2b598108f7caa47dc4125b991e328a9..c0708666a1c70fd682dae4969af3a6e91357e5f7 100644
|
| --- a/chrome/browser/mouseleave_browsertest.cc
|
| +++ b/chrome/browser/mouseleave_browsertest.cc
|
| @@ -107,14 +107,14 @@ IN_PROC_BROWSER_TEST_F(MouseLeaveTest, MouseDownOnBrowserCaption) {
|
| }
|
| #endif
|
|
|
| -#if defined(OS_MACOSX)
|
| +#if defined(OS_MACOSX) || defined(OS_WIN)
|
| // Test that a mouseleave is not triggered when showing the context menu.
|
| // If the test is failed, it means that Blink gets the mouseleave event
|
| // when showing the context menu and it could make the unexpecting
|
| // content behavior such as clearing the hover status.
|
| // Please refer to the below issue for understanding what happens .
|
| // TODO: Make test pass on OS_WIN and OS_MACOSX
|
| -// OS_WIN: http://crbug.com/450138
|
| +// OS_WIN: Flaky. See http://crbug.com/656101.
|
| // OS_MACOSX: Missing automation provider support: http://crbug.com/45892.
|
| #define MAYBE_ContextMenu DISABLED_ContextMenu
|
| #else
|
|
|