OLD | NEW |
1 | 1 |
2 This tests that an input text field can be properly scrolled with touch gestures | 2 This tests that an input text field can be properly scrolled with touch gestures |
3 | 3 |
4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | 4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
5 | 5 |
6 | 6 |
7 PASS successfullyParsed is true | 7 PASS successfullyParsed is true |
8 | 8 |
9 TEST COMPLETE | 9 TEST COMPLETE |
10 ===Testing fling gestures=== | 10 ===Testing fling gestures=== |
11 PASS box.scrollTop is 0 | 11 PASS box.scrollTop is 0 |
12 PASS container.scrollTop is 0 | 12 PASS container.scrollTop is 0 |
13 Flinging the list box should scroll the list, the scrolls should be locked to it
em boundaries | 13 Flinging the list box should scroll the list, the scrolls should be locked to it
em boundaries |
14 PASS box.scrollTop is 2*itemHeight | 14 PASS box.scrollTop is 2*itemHeight+10 |
15 PASS container.scrollTop is 0 | 15 PASS container.scrollTop is 0 |
16 Flinging the list past the end shouldn't scroll containing div | 16 Flinging the list past the end shouldn't scroll containing div |
17 PASS box.scrollTop is fullyScrolled | 17 PASS box.scrollTop is fullyScrolled |
18 PASS container.scrollTop is 0 | 18 PASS container.scrollTop is 0 |
19 Flinging fully scrolled list should fling containing div | 19 Flinging fully scrolled list should fling containing div |
20 PASS box.scrollTop is fullyScrolled | 20 PASS box.scrollTop is fullyScrolled |
21 PASS container.scrollTop is 60 | 21 PASS container.scrollTop is 60 |
22 ===Testing gesture scroll=== | 22 ===Testing gesture scroll=== |
23 PASS box.scrollTop is 0 | 23 PASS box.scrollTop is 0 |
24 PASS container.scrollTop is 0 | 24 PASS container.scrollTop is 0 |
25 Gesture scrolling list should scroll the list, the scrolls should lock to item b
oundaries | 25 Gesture scrolling list should scroll the list, the scrolls should lock to item b
oundaries |
26 PASS box.scrollTop is 3*itemHeight | 26 PASS box.scrollTop is 3*itemHeight+6 |
27 PASS container.scrollTop is 0 | 27 PASS container.scrollTop is 0 |
28 PASS box.scrollTop is 0 | 28 PASS box.scrollTop is 0 |
29 PASS container.scrollTop is 0 | 29 PASS container.scrollTop is 0 |
30 Gesture scrolling list past the end should scroll container div | 30 Gesture scrolling list past the end should scroll container div |
31 PASS box.scrollTop is fullyScrolled | 31 PASS box.scrollTop is fullyScrolled |
32 PASS container.scrollTop is 50 | 32 PASS container.scrollTop is 50 |
33 ===Testing horizontal scroll=== | 33 ===Testing horizontal scroll=== |
34 PASS box.scrollLeft is 0 | 34 PASS box.scrollLeft is 0 |
35 PASS container.scrollLeft is 0 | 35 PASS container.scrollLeft is 0 |
36 Horizontal scrolls should not affect listbox | 36 Horizontal scrolls should not affect listbox |
37 PASS box.scrollLeft is 0 | 37 PASS box.scrollLeft is 0 |
38 PASS container.scrollLeft is 60 | 38 PASS container.scrollLeft is 60 |
39 | 39 |
OLD | NEW |