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 |