1 This tests scroll gesture events on a scroll bar. The scrollable div below should be slightly scrolled down if successful.
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 PASS successfullyParsed is true
9 PASS movingDiv.scrollTop is 0
10 PASS movingDiv.scrollTop is 0
11 PASS movingDiv.scrollTop is >= 20
12 PASS movingDiv.scrollTop is >= 85
13 PASS movingDiv.scrollTop is >= 85
14 PASS movingDiv.scrollLeft is 0
15 PASS movingDiv.scrollLeft is 0
16 PASS movingDiv.scrollLeft is >= 20
17 PASS movingDiv.scrollLeft is >= 85
18 PASS movingDiv.scrollLeft is >= 85
19 PASS successfullyParsed is true