
This tests touch events on a slider.

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


First finger down on the slider's thumb.
Move that finger to the slider's left edge.
EXPECT SLIDER THUMB MOVE AND VALUE UPDATE
PASS slider thumb moved
PASS value changed
Add a second finger on the slider's thumb.
Move that second finger. It should not do anything.
Move the first finger.
EXPECT SLIDER THUMB MOVE AND VALUE UPDATE
PASS slider thumb moved
PASS value changed
Release that second finger on the slider's thumb. It should not do anything.
Move the first finger.
EXPECT SLIDER THUMB MOVE AND VALUE UPDATE
PASS slider thumb moved
PASS value changed
PASS successfullyParsed is true

TEST COMPLETE

