haikuwebkit/LayoutTests/fast/scrolling/scrollbar-mousedown-move-mo...

17 lines
486 B
Plaintext

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