This tests gesture event scrolling of an overflow div with page scale.

On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".


first gesture
wheel event 0+> [object HTMLDivElement]
PASS movingdiv.scrollTop is 0
PASS movingdiv.scrollLeft is 45
PASS wheelEventsOccurred is 1
second gesture
wheel event 0+> [object HTMLDivElement]
PASS movingdiv.scrollTop is 48
PASS movingdiv.scrollLeft is 45
PASS wheelEventsOccurred is 1
scroll event 0+> [object HTMLDivElement]
PASS scrollEventsOccurred is 1
PASS successfullyParsed is true

TEST COMPLETE

