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

Unified Diff: third_party/WebKit/LayoutTests/fast/events/touch/gesture/touch-gesture-scroll-input-field-expected.txt

Issue 1320543006: Remove touch scroll chaining from main thread scrolling. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@gclient
Patch Set: Fix silly mistake in mac expectations. Created 5 years, 3 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: third_party/WebKit/LayoutTests/fast/events/touch/gesture/touch-gesture-scroll-input-field-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/events/touch/gesture/touch-gesture-scroll-input-field-expected.txt b/third_party/WebKit/LayoutTests/fast/events/touch/gesture/touch-gesture-scroll-input-field-expected.txt
index 33d4a28ccaef11173e19aec73ad39e1468653599..dd5aa9125a2de5acea93416db9a242f640fd1f85 100644
--- a/third_party/WebKit/LayoutTests/fast/events/touch/gesture/touch-gesture-scroll-input-field-expected.txt
+++ b/third_party/WebKit/LayoutTests/fast/events/touch/gesture/touch-gesture-scroll-input-field-expected.txt
@@ -25,9 +25,9 @@ PASS container.scrollLeft is 0
Gesture scrolling input text should scroll text the specified amount
PASS box.scrollLeft is 60
PASS container.scrollLeft is 0
-Gesture scrolling input text past scroll width should scroll container div
+Gesture scrolling input text past scroll width shouldn't scroll container div
PASS box.scrollLeft is fullyScrolled
-PASS container.scrollLeft is 50
+PASS container.scrollLeft is 0
===Testing vertical scroll behavior===
PASS box.scrollTop is 0
PASS container.scrollTop is 0

Powered by Google App Engine
This is Rietveld 408576698