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

Unified Diff: chrome/browser/renderer_host/site_per_process_text_input_browsertest.cc

Issue 2788473004: Disable SitePerProcessTextInputManagerTest.TrackStateWhenSwitchingFocusedFrames (Closed)
Patch Set: Add issue number Created 3 years, 9 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: 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",
« 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