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

Unified Diff: third_party/WebKit/LayoutTests/editing/input/reveal-contenteditable-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
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/editing/input/reveal-edit-on-input-vertically.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/editing/input/reveal-contenteditable-on-input-vertically.html
diff --git a/third_party/WebKit/LayoutTests/editing/input/reveal-contenteditable-on-input-vertically.html b/third_party/WebKit/LayoutTests/editing/input/reveal-contenteditable-on-input-vertically.html
index d2339e40f73618696e0bdd3dfb860060bc3fc8b4..fe0dd0396bf7506e2ce7568f713d9c00c3274ecc 100644
--- a/third_party/WebKit/LayoutTests/editing/input/reveal-contenteditable-on-input-vertically.html
+++ b/third_party/WebKit/LayoutTests/editing/input/reveal-contenteditable-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();
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/editing/input/reveal-edit-on-input-vertically.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698