Index: third_party/WebKit/LayoutTests/platform/mac/fast/events/touch/gesture/touch-gesture-scroll-listbox-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/platform/mac/fast/events/touch/gesture/touch-gesture-scroll-listbox-expected.txt b/third_party/WebKit/LayoutTests/platform/mac/fast/events/touch/gesture/touch-gesture-scroll-listbox-expected.txt |
index e68537aaf70b8753d3a8ffaa9a4713ba9f7ff6bc..564ad1af1c7f0e714270770a227932e72f785691 100644 |
--- a/third_party/WebKit/LayoutTests/platform/mac/fast/events/touch/gesture/touch-gesture-scroll-listbox-expected.txt |
+++ b/third_party/WebKit/LayoutTests/platform/mac/fast/events/touch/gesture/touch-gesture-scroll-listbox-expected.txt |
@@ -27,9 +27,12 @@ FAIL box.scrollTop should be 48.599999999999994. Was 48. |
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 |