This tests touch event coordinates at scale 2 and scrolled slightly.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
touchstart
PASS eventOrTouch.pageX is 135
PASS eventOrTouch.pageY is 185
PASS eventOrTouch.clientX is 125
PASS eventOrTouch.clientY is 175
touchmove
PASS eventOrTouch.pageX is 185
PASS eventOrTouch.pageY is 135
PASS eventOrTouch.clientX is 175
PASS eventOrTouch.clientY is 125
touchend - no touch to check
PASS successfullyParsed is true

TEST COMPLETE

