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

Unified Diff: chrome/browser/chromeos/accessibility/touch_exploration_controller_browsertest.cc

Issue 330113002: Fixing flaky overscroll and touch exploration mode browser tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Cleanup Created 6 years, 6 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
Index: chrome/browser/chromeos/accessibility/touch_exploration_controller_browsertest.cc
diff --git a/chrome/browser/chromeos/accessibility/touch_exploration_controller_browsertest.cc b/chrome/browser/chromeos/accessibility/touch_exploration_controller_browsertest.cc
index 8ede979dbe0449147ecdc7df7ce726eb16431bb0..83b85c09ac4212411733c5543e14ac0d9644d25b 100644
--- a/chrome/browser/chromeos/accessibility/touch_exploration_controller_browsertest.cc
+++ b/chrome/browser/chromeos/accessibility/touch_exploration_controller_browsertest.cc
@@ -34,16 +34,6 @@ private:
DISALLOW_COPY_AND_ASSIGN(TouchExplorationTest);
};
-IN_PROC_BROWSER_TEST_F(TouchExplorationTest, PRE_ToggleOnOff) {
- // TODO (mfomitchev): If the test is run by itself, there is a resize at the
- // very beginning. An in-progress resize creates a "resize lock" in
- // RenderWidgetHostViewAura, which calls
- // WindowEventDispatcher::HoldPointerMoves(), which prevents mouse events from
- // coming through. Adding a PRE_ test ensures the resize completes before the
- // actual test is executed. sadrul@ says the resize shouldn't be even
- // happening, so this needs to be looked at further.
-}
-
// This test turns the touch exploration mode on/off and confirms that events
// get rewritten when the touch exploration mode is on, and aren't affected
// after the touch exploration mode is turned off.
« no previous file with comments | « no previous file | chrome/test/base/in_process_browser_test.cc » ('j') | content/public/test/browser_test_utils.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698