Index: LayoutTests/platform/mac/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/platform/mac/fast/events/touch/gesture/touch-gesture-scroll-listbox-expected.txt |
similarity index 80% |
copy from LayoutTests/fast/events/touch/gesture/touch-gesture-scroll-listbox-expected.txt |
copy to LayoutTests/platform/mac/fast/events/touch/gesture/touch-gesture-scroll-listbox-expected.txt |
index 02d3c02bab137f6e7149370642c1dec20b4e43fd..79bd15501d4c0f7158f4a94c6d9c5856cbbf9e78 100644 |
--- a/LayoutTests/fast/events/touch/gesture/touch-gesture-scroll-listbox-expected.txt |
+++ b/LayoutTests/platform/mac/fast/events/touch/gesture/touch-gesture-scroll-listbox-expected.txt |
@@ -11,25 +11,25 @@ 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+10 |
+FAIL box.scrollTop should be 38.4. Was 38. |
PASS container.scrollTop is 0 |
Flinging the list past the end shouldn't scroll containing div |
-PASS box.scrollTop is fullyScrolled |
+FAIL box.scrollTop should be 85. Was 86. |
PASS container.scrollTop is 0 |
Flinging fully scrolled list should fling containing div |
-PASS box.scrollTop is fullyScrolled |
+FAIL box.scrollTop should be 85. Was 86. |
PASS container.scrollTop is 60 |
===Testing gesture scroll=== |
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+6 |
+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 |
-PASS box.scrollTop is fullyScrolled |
-PASS container.scrollTop is 50 |
+FAIL box.scrollTop should be 85. Was 86. |
+FAIL container.scrollTop should be 50. Was 0. |
===Testing horizontal scroll=== |
PASS box.scrollLeft is 0 |
PASS container.scrollLeft is 0 |