Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / events / mouse-cursor-change-expected.txt
blob48b7abea72a71016da140349935e601a93c2943d
1 Test that mouse cursors are changed correctly on mouse events.
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 Bug 53341
9 Mouse move
10 Cursor Info: type=Hand hotSpot=0,0
12 Mouse down
13 Cursor Info: type=Progress hotSpot=0,0
15 Mouse hold down, move
16 Cursor Info: type=Hand hotSpot=0,0
18 Mouse up
19 Cursor Info: type=Help hotSpot=0,0
21 PASS successfullyParsed is true
23 TEST COMPLETE