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

Unified Diff: third_party/WebKit/LayoutTests/editing/input/reveal-edit-on-input-vertically.html

Issue 1413493005: Update layout tests to work when smooth scrolling is enabled by default (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: worked on nit Created 5 years, 1 month 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: third_party/WebKit/LayoutTests/editing/input/reveal-edit-on-input-vertically.html
diff --git a/third_party/WebKit/LayoutTests/editing/input/reveal-edit-on-input-vertically.html b/third_party/WebKit/LayoutTests/editing/input/reveal-edit-on-input-vertically.html
index 34f140b8a8ff021d09fb86b73ab4aa061c16aba7..f5c461dd0fd7b409c24b7abba1efe5a20420c892 100644
--- a/third_party/WebKit/LayoutTests/editing/input/reveal-edit-on-input-vertically.html
+++ b/third_party/WebKit/LayoutTests/editing/input/reveal-edit-on-input-vertically.html
@@ -18,6 +18,8 @@ body { margin:0; padding:0; height:100%; }
if (window.testRunner)
testRunner.dumpAsText();
+if (window.internals)
+ internals.settings.setScrollAnimatorEnabled(false);
performVerticalScrollingInputTest();
assertInputIsInTheMiddleOfViewport();

Powered by Google App Engine
This is Rietveld 408576698