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 |
| 8 |
| 9 TEST COMPLETE |
7 ===Testing fling gestures=== | 10 ===Testing fling gestures=== |
8 PASS box.scrollTop is 0 | 11 PASS box.scrollTop is 0 |
9 PASS container.scrollTop is 0 | 12 PASS container.scrollTop is 0 |
10 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 |
11 PASS box.scrollTop is 2*itemHeight | 14 PASS box.scrollTop is 2*itemHeight |
12 PASS container.scrollTop is 0 | 15 PASS container.scrollTop is 0 |
13 Flinging the list past the end shouldn't scroll containing div | 16 Flinging the list past the end shouldn't scroll containing div |
14 PASS box.scrollTop is fullyScrolled | 17 PASS box.scrollTop is fullyScrolled |
15 PASS container.scrollTop is 0 | 18 PASS container.scrollTop is 0 |
16 Flinging fully scrolled list should fling containing div | 19 Flinging fully scrolled list should fling containing div |
17 PASS box.scrollTop is fullyScrolled | 20 PASS box.scrollTop is fullyScrolled |
18 PASS container.scrollTop is 60 | 21 PASS container.scrollTop is 60 |
19 ===Testing gesture scroll=== | 22 ===Testing gesture scroll=== |
20 PASS box.scrollTop is 0 | 23 PASS box.scrollTop is 0 |
21 PASS container.scrollTop is 0 | 24 PASS container.scrollTop is 0 |
22 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 |
23 PASS box.scrollTop is 3*itemHeight | 26 PASS box.scrollTop is 3*itemHeight |
24 PASS container.scrollTop is 0 | 27 PASS container.scrollTop is 0 |
25 PASS box.scrollTop is 0 | 28 PASS box.scrollTop is 0 |
26 PASS container.scrollTop is 0 | 29 PASS container.scrollTop is 0 |
27 Gesture scrolling list past the end should scroll container div | 30 Gesture scrolling list past the end should scroll container div |
28 PASS box.scrollTop is fullyScrolled | 31 PASS box.scrollTop is fullyScrolled |
29 PASS container.scrollTop is 50 | 32 PASS container.scrollTop is 50 |
30 ===Testing horizontal scroll=== | 33 ===Testing horizontal scroll=== |
31 PASS box.scrollLeft is 0 | 34 PASS box.scrollLeft is 0 |
32 PASS container.scrollLeft is 0 | 35 PASS container.scrollLeft is 0 |
33 Horizontal scrolls should not affect listbox | 36 Horizontal scrolls should not affect listbox |
34 PASS box.scrollLeft is 0 | 37 PASS box.scrollLeft is 0 |
35 PASS container.scrollLeft is 60 | 38 PASS container.scrollLeft is 60 |
36 PASS successfullyParsed is true | |
37 | 39 |
38 TEST COMPLETE | |
39 | |
OLD | NEW |