blob: 355659c34d1584da3527ae0e8419365527d00b24 [file] [log] [blame]
This is a scrollable div.
PASS events['scrollme'].length is 4
PASS events['notscrollme'].length is 0
PASS events['scrollme'][0].type is "mousedown"
PASS events['scrollme'][0].which is 1
PASS events['scrollme'][1].type is "mouseup"
PASS events['scrollme'][1].which is 1
PASS events['scrollme'][2].type is "mousedown"
PASS events['scrollme'][2].which is 2
PASS events['scrollme'][3].type is "mouseup"
PASS events['scrollme'][3].which is 2
PASS successfullyParsed is true
TEST COMPLETE