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

Unified Diff: LayoutTests/fast/events/touch/gesture/touch-gesture-scroll-listbox-expected.txt

Issue 347773002: Implement select listbox using shadow DOM (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 5 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/events/touch/gesture/touch-gesture-scroll-listbox-expected.txt
diff --git a/LayoutTests/fast/events/touch/gesture/touch-gesture-scroll-listbox-expected.txt b/LayoutTests/fast/events/touch/gesture/touch-gesture-scroll-listbox-expected.txt
index 73ac47982707b3068f6098b7f3c22bf012059831..02d3c02bab137f6e7149370642c1dec20b4e43fd 100644
--- a/LayoutTests/fast/events/touch/gesture/touch-gesture-scroll-listbox-expected.txt
+++ b/LayoutTests/fast/events/touch/gesture/touch-gesture-scroll-listbox-expected.txt
@@ -11,7 +11,7 @@ TEST COMPLETE
PASS box.scrollTop is 0
PASS container.scrollTop is 0
Flinging the list box should scroll the list, the scrolls should be locked to item boundaries
-PASS box.scrollTop is 2*itemHeight
+PASS box.scrollTop is 2*itemHeight+10
PASS container.scrollTop is 0
Flinging the list past the end shouldn't scroll containing div
PASS box.scrollTop is fullyScrolled
@@ -23,7 +23,7 @@ PASS container.scrollTop is 60
PASS box.scrollTop is 0
PASS container.scrollTop is 0
Gesture scrolling list should scroll the list, the scrolls should lock to item boundaries
-PASS box.scrollTop is 3*itemHeight
+PASS box.scrollTop is 3*itemHeight+6
PASS container.scrollTop is 0
PASS box.scrollTop is 0
PASS container.scrollTop is 0

Powered by Google App Engine
This is Rietveld 408576698