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

Unified Diff: content/browser/web_contents/web_contents_view_aura_browsertest.cc

Issue 12253032: Disabled OverscrollNavigation tests on aura (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 10 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: content/browser/web_contents/web_contents_view_aura_browsertest.cc
diff --git a/content/browser/web_contents/web_contents_view_aura_browsertest.cc b/content/browser/web_contents/web_contents_view_aura_browsertest.cc
index 7f3926123890ba1c3917e2c1e19c5b9f8fcd46db..a3d49ba0982c20a9f98f7a2a5d1af45d73f116a5 100644
--- a/content/browser/web_contents/web_contents_view_aura_browsertest.cc
+++ b/content/browser/web_contents/web_contents_view_aura_browsertest.cc
@@ -192,13 +192,15 @@ class WebContentsViewAuraTest : public ContentBrowserTest {
DISALLOW_COPY_AND_ASSIGN(WebContentsViewAuraTest);
};
+// Disabled OverscrollNavigation tests because they started failing after the
+// 142795->142840 webkit roll (http://crbug.com/176266).
IN_PROC_BROWSER_TEST_F(WebContentsViewAuraTest,
- OverscrollNavigation) {
+ DISABLED_OverscrollNavigation) {
TestOverscrollNavigation(false);
}
IN_PROC_BROWSER_TEST_F(WebContentsViewAuraTest,
- OverscrollNavigationWithTouchHandler) {
+ DISABLED_OverscrollNavigationWithTouchHandler) {
TestOverscrollNavigation(true);
}
« 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