| 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 6bf814893e619b2dc4323de2ce71a5f59cd8906a..18c5e463f8256b2e0ff279041169395b5a284b0f 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
|
| @@ -430,8 +430,9 @@ class SitePerProcessTextInputManagerTest : public InProcessBrowserTest {
|
| // creates a sequence of tab presses and verifies that after each key press, the
|
| // TextInputState.value reflects that of the focused input, i.e., the
|
| // TextInputManager is correctly tracking TextInputState across frames.
|
| +// flaky: crbug.com/704994
|
| IN_PROC_BROWSER_TEST_F(SitePerProcessTextInputManagerTest,
|
| - TrackStateWhenSwitchingFocusedFrames) {
|
| + DISABLED_TrackStateWhenSwitchingFocusedFrames) {
|
| CreateIframePage("a(a,b,c(a,b,d(e, f)),g)");
|
| std::vector<std::string> values{
|
| "main", "node_a", "node_b", "node_c", "node_c_a",
|
|
|