summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/scrolling/scrollbar-mousedown-mouseup-expected.txt
blob: 944f225ccc700c427ad0ca214cfb05c05f0ccc32 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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