Index: content/browser/plugin_browsertest.cc |
diff --git a/content/browser/plugin_browsertest.cc b/content/browser/plugin_browsertest.cc |
index 5e1f8b122c2346870ef457b675a68290bf3c0f4a..6e704e107658c1187aabde0a5d26a8c09ffa22e3 100644 |
--- a/content/browser/plugin_browsertest.cc |
+++ b/content/browser/plugin_browsertest.cc |
@@ -289,7 +289,12 @@ IN_PROC_BROWSER_TEST_F(PluginTest, CreateInstanceInPaint) { |
} |
// Tests that putting up an alert in response to a paint doesn't deadlock. |
-IN_PROC_BROWSER_TEST_F(PluginTest, FAILS_AlertInWindowMessage) { |
+#if defined(OS_WIN) |
+#define MAYBE_AlertInWindowMessage DISABLED_AlertInWindowMessage |
+#else |
+#define MAYBE_AlertInWindowMessage AlertInWindowMessage |
+#endif |
+IN_PROC_BROWSER_TEST_F(PluginTest, MAYBE_AlertInWindowMessage) { |
ui_test_utils::NavigateToURL( |
browser(), GetURL("alert_in_window_message.html")); |