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

Unified Diff: LayoutTests/fast/scroll-behavior/overflow-scroll-animates-expected.txt

Issue 882813005: Respect the smooth scrolling setting in LayerScrollableArea. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: rebase Created 5 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
Index: LayoutTests/fast/scroll-behavior/overflow-scroll-animates-expected.txt
diff --git a/LayoutTests/fast/scroll-behavior/precise-delta-no-animate-expected.txt b/LayoutTests/fast/scroll-behavior/overflow-scroll-animates-expected.txt
similarity index 50%
rename from LayoutTests/fast/scroll-behavior/precise-delta-no-animate-expected.txt
rename to LayoutTests/fast/scroll-behavior/overflow-scroll-animates-expected.txt
index f4f0693270a66135d1fe806d3e69953ab9a60f0a..7673f7be8ea242ca0bed6060cebb952cc45ead81 100644
--- a/LayoutTests/fast/scroll-behavior/precise-delta-no-animate-expected.txt
+++ b/LayoutTests/fast/scroll-behavior/overflow-scroll-animates-expected.txt
@@ -1,8 +1,10 @@
-Tests that a WebMouseWheelEvent with hasPreciseScrollingDeltas does not produce an animated scroll
+Tests that overflow scrolls are animated, unless the wheel event has precise scrolling deltas.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+PASS element.scrollTop is not 80
+PASS scrollDuration < 500 is true
PASS element.scrollTop is 80
PASS successfullyParsed is true

Powered by Google App Engine
This is Rietveld 408576698