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 |
(...skipping 10 matching lines...) Expand all Loading... |
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 | 39 |
OLD | NEW |