Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / events / touch / gesture / touch-gesture-scroll-listbox-expected.txt
blob02d3c02bab137f6e7149370642c1dec20b4e43fd
2 This tests that an input text field can be properly scrolled with touch gestures
4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
7 PASS successfullyParsed is true
9 TEST COMPLETE
10 ===Testing fling gestures===
11 PASS box.scrollTop is 0
12 PASS container.scrollTop is 0
13 Flinging the list box should scroll the list, the scrolls should be locked to item boundaries
14 PASS box.scrollTop is 2*itemHeight+10
15 PASS container.scrollTop is 0
16 Flinging the list past the end shouldn't scroll containing div
17 PASS box.scrollTop is fullyScrolled
18 PASS container.scrollTop is 0
19 Flinging fully scrolled list should fling containing div
20 PASS box.scrollTop is fullyScrolled
21 PASS container.scrollTop is 60
22 ===Testing gesture scroll===
23 PASS box.scrollTop is 0
24 PASS container.scrollTop is 0
25 Gesture scrolling list should scroll the list, the scrolls should lock to item boundaries
26 PASS box.scrollTop is 3*itemHeight+6
27 PASS container.scrollTop is 0
28 PASS box.scrollTop is 0
29 PASS container.scrollTop is 0
30 Gesture scrolling list past the end should scroll container div
31 PASS box.scrollTop is fullyScrolled
32 PASS container.scrollTop is 50
33 ===Testing horizontal scroll===
34 PASS box.scrollLeft is 0
35 PASS container.scrollLeft is 0
36 Horizontal scrolls should not affect listbox
37 PASS box.scrollLeft is 0
38 PASS container.scrollLeft is 60