| Index: chrome/browser/renderer_host/site_per_process_text_input_browsertest.cc
|
| diff --git a/chrome/browser/renderer_host/site_per_process_text_input_browsertest.cc b/chrome/browser/renderer_host/site_per_process_text_input_browsertest.cc
|
| index 29fb10e439fad4b2fecfea229f2236dcdfcdb6fa..bf14dac20475f4f7df68553de9e5cce34ea7091f 100644
|
| --- a/chrome/browser/renderer_host/site_per_process_text_input_browsertest.cc
|
| +++ b/chrome/browser/renderer_host/site_per_process_text_input_browsertest.cc
|
| @@ -710,10 +710,6 @@ IN_PROC_BROWSER_TEST_F(SitePerProcessTextInputManagerTest,
|
| }
|
| }
|
|
|
| -// TODO(ekaramad): Some of the following tests should be active on Android as
|
| -// well. Enable them when the corresponding feature is implemented for Android
|
| -// (https://crbug.com/602723).
|
| -#if !defined(OS_ANDROID)
|
| // This test creates a page with multiple child frames and adds an <input> to
|
| // each frame. Then, sequentially, each <input> is focused by sending a tab key.
|
| // Then, after |TextInputState.type| for a view is changed to text, the test
|
| @@ -751,6 +747,10 @@ IN_PROC_BROWSER_TEST_F(SitePerProcessTextInputManagerTest,
|
| send_tab_set_composition_wait_for_bounds_change(view);
|
| }
|
|
|
| +// TODO(ekaramad): Some of the following tests should be active on Android as
|
| +// well. Enable them when the corresponding feature is implemented for Android
|
| +// (https://crbug.com/602723).
|
| +#if !defined(OS_ANDROID)
|
| // This test creates a page with multiple child frames and adds an <input> to
|
| // each frame. Then, sequentially, each <input> is focused by sending a tab key.
|
| // Then, after |TextInputState.type| for a view is changed to text, another key
|
|
|