OLD | NEW |
1 This tests gesture event scrolling of an overflow div with page scale. | 1 This tests gesture event scrolling of an overflow div with page scale. |
2 | 2 |
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
4 | 4 |
5 | 5 |
6 first gesture | 6 first gesture |
7 wheel event 0+> [object HTMLDivElement] | 7 wheel event 0+> [object HTMLDivElement] |
8 PASS movingdiv.scrollTop is 0 | 8 PASS movingdiv.scrollTop is 0 |
9 PASS movingdiv.scrollLeft is 45 | 9 PASS movingdiv.scrollLeft is 45 |
10 PASS wheelEventsOccurred is 1 | 10 PASS wheelEventsOccurred is 1 |
11 second gesture | 11 second gesture |
12 wheel event 0+> [object HTMLDivElement] | 12 wheel event 0+> [object HTMLDivElement] |
13 PASS movingdiv.scrollTop is 48 | 13 PASS movingdiv.scrollTop is 48 |
14 PASS movingdiv.scrollLeft is 45 | 14 PASS movingdiv.scrollLeft is 45 |
15 PASS wheelEventsOccurred is 1 | 15 PASS wheelEventsOccurred is 1 |
16 scroll event 0+> [object HTMLDivElement] | 16 scroll event 0+> [object HTMLDivElement] |
17 PASS scrollEventsOccurred is 1 | 17 PASS scrollEventsOccurred is 1 |
18 PASS successfullyParsed is true | 18 PASS successfullyParsed is true |
19 | 19 |
20 TEST COMPLETE | 20 TEST COMPLETE |
21 | 21 |
OLD | NEW |