blob: bf57267283ba07f027e2f1763f6d4252fe0bcd34 [file] [log] [blame]
This is a scrollable div.
PASS events['scrollme'].length is 2
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 successfullyParsed is true
TEST COMPLETE