Index: third_party/WebKit/LayoutTests/fast/events/touch/gesture/touch-gesture-scroll-listbox-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/fast/events/touch/gesture/touch-gesture-scroll-listbox-expected.txt b/third_party/WebKit/LayoutTests/fast/events/touch/gesture/touch-gesture-scroll-listbox-expected.txt |
index 02d3c02bab137f6e7149370642c1dec20b4e43fd..61fbdd6492755eb41f18359b793a7f6805e8b54a 100644 |
--- a/third_party/WebKit/LayoutTests/fast/events/touch/gesture/touch-gesture-scroll-listbox-expected.txt |
+++ b/third_party/WebKit/LayoutTests/fast/events/touch/gesture/touch-gesture-scroll-listbox-expected.txt |
@@ -27,9 +27,12 @@ PASS box.scrollTop is 3*itemHeight+6 |
PASS container.scrollTop is 0 |
PASS box.scrollTop is 0 |
PASS container.scrollTop is 0 |
-Gesture scrolling list past the end should scroll container div |
+Gesture scrolling list past the end shouldn't scroll container div |
PASS box.scrollTop is fullyScrolled |
-PASS container.scrollTop is 50 |
+PASS container.scrollTop is 0 |
+Gesture scrolling list past the end should scroll container div when starting at scroll extent |
+PASS box.scrollTop is fullyScrolled |
+PASS container.scrollTop is fullyScrolled + 50 |
===Testing horizontal scroll=== |
PASS box.scrollLeft is 0 |
PASS container.scrollLeft is 0 |