| 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 675d915c9eb832cd036d9b6da00adf7259cf391c..885070e3793a5c5e1c47ad31e5f8bcc19e16c197 100644
|
| --- a/content/renderer/external_popup_menu_browsertest.cc
|
| +++ b/content/renderer/external_popup_menu_browsertest.cc
|
| @@ -138,8 +138,7 @@
|
|
|
| // Tests that nothing bad happen when the page removes the select when it
|
| // changes. (http://crbug.com/61997)
|
| -// TODO(tkent): Change event becomes asynchronous. crbug.com/516945
|
| -TEST_F(ExternalPopupMenuRemoveTest, DISABLED_RemoveOnChange) {
|
| +TEST_F(ExternalPopupMenuRemoveTest, RemoveOnChange) {
|
| // Click the text field once to show the popup.
|
| EXPECT_TRUE(SimulateElementClick(kSelectID));
|
|
|
|
|