Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / scrolling / scrollbar-mousedown-mouseup-expected.txt
blob944f225ccc700c427ad0ca214cfb05c05f0ccc32
1 This is a scrollable div.
3 PASS events.length is 4
4 PASS events[0].type is "mousedown"
5 PASS events[0].target.id is "scrollme"
6 PASS events[0].which is 1
7 PASS events[1].type is "mouseup"
8 PASS events[1].target.id is "scrollme"
9 PASS events[1].which is 1
10 PASS events[2].type is "mousedown"
11 PASS events[2].target.id is "scrollme"
12 PASS events[2].which is 2
13 PASS events[3].type is "mouseup"
14 PASS events[3].target.id is "scrollme"
15 PASS events[3].which is 2
16 PASS successfullyParsed is true
18 TEST COMPLETE