Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1042)

Unified Diff: content/renderer/external_popup_menu_browsertest.cc

Issue 1271223002: Disable ExternalPopupMenuRemoveTest.RemoveOnChange. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/external_popup_menu_browsertest.cc
diff --git a/content/renderer/external_popup_menu_browsertest.cc b/content/renderer/external_popup_menu_browsertest.cc
index 885070e3793a5c5e1c47ad31e5f8bcc19e16c197..675d915c9eb832cd036d9b6da00adf7259cf391c 100644
--- a/content/renderer/external_popup_menu_browsertest.cc
+++ b/content/renderer/external_popup_menu_browsertest.cc
@@ -138,7 +138,8 @@ class ExternalPopupMenuRemoveTest : public ExternalPopupMenuTest {
// Tests that nothing bad happen when the page removes the select when it
// changes. (http://crbug.com/61997)
-TEST_F(ExternalPopupMenuRemoveTest, RemoveOnChange) {
+// TODO(tkent): Change event becomes asynchronous. crbug.com/516945
+TEST_F(ExternalPopupMenuRemoveTest, DISABLED_RemoveOnChange) {
// Click the text field once to show the popup.
EXPECT_TRUE(SimulateElementClick(kSelectID));
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698