blob: 944f225ccc700c427ad0ca214cfb05c05f0ccc32 [file] [log] [blame]
This is a scrollable div.
PASS events.length is 4
PASS events[0].type is "mousedown"
PASS events[0].target.id is "scrollme"
PASS events[0].which is 1
PASS events[1].type is "mouseup"
PASS events[1].target.id is "scrollme"
PASS events[1].which is 1
PASS events[2].type is "mousedown"
PASS events[2].target.id is "scrollme"
PASS events[2].which is 2
PASS events[3].type is "mouseup"
PASS events[3].target.id is "scrollme"
PASS events[3].which is 2
PASS successfullyParsed is true
TEST COMPLETE