Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / events / mouse-cursor-expected.txt
blobd74ca2ada287107e7da387a31a1a3139362ebca2
1 Test that mouse cursors are applied correctly.
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 Bug 100550
8  
9 TEST CASE: Implicit default cursor
10 Cursor Info: type=IBeam hotSpot=0,0
12 TEST CASE: Explicit default
13 Cursor Info: type=Pointer hotSpot=0,0
15 TEST CASE: Explicit auto
16 Cursor Info: type=IBeam hotSpot=0,0
18 TEST CASE: No cursor
19 Cursor Info: type=None hotSpot=0,0
21 TEST CASE: Pointer
22 Cursor Info: type=Hand hotSpot=0,0
24 TEST CASE: -webkit-grabbing
25 Cursor Info: type=Grabbing hotSpot=0,0
27 TEST CASE: Existing 25x25 image
28 Cursor Info: type=Custom hotSpot=0,0 image=25x25
30 TEST CASE: Invalid URL with fallback to pointer
31 Cursor Info: type=Hand hotSpot=0,0
33 TEST CASE: Invalid with fallback to 25x25 image
34 Cursor Info: type=Custom hotSpot=0,0 image=25x25
36 TEST CASE: Image with explicit hot spot at (0,0)
37 Cursor Info: type=Custom hotSpot=0,0 image=25x25
39 TEST CASE: Image with explicit hot spot at (20,10)
40 Cursor Info: type=Custom hotSpot=20,10 image=25x25
42 TEST CASE: Image with explicit hot spot at (-1,-1)
43 Cursor Info: type=Custom hotSpot=0,0 image=25x25
45 TEST CASE: Image with explicit hot spot outside image at (30,30)
46 Cursor Info: type=Custom hotSpot=24,24 image=25x25
48 TEST CASE: Image with implicit hot spot at (5,4)
49 Cursor Info: type=Custom hotSpot=5,4 image=25x25
51 TEST CASE: Image with explicit hot spot at (20,10) overriding implicit hot spot
52 Cursor Info: type=Custom hotSpot=20,10 image=25x25
54 TEST CASE: Image with implicit hot spot outside image at (35,4)
55 Cursor Info: type=Custom hotSpot=0,0 image=25x25
57 TEST CASE: Over large image with fallback to pointer
58 Cursor Info: type=Hand hotSpot=0,0
60 TEST CASE: SVG cursor
61 Cursor Info: type=Custom hotSpot=0,0 image=25x25
63 TEST CASE: Multiple invalid cursors with fallback to pointer
64 Cursor Info: type=Hand hotSpot=0,0
66 TEST CASE: Nonexistent SVG cursor with fallback to pointer
67 Cursor Info: type=Hand hotSpot=0,0
69 TEST CASE: A link with default cursor
70 Cursor Info: type=Hand hotSpot=0,0
72 TEST CASE: Link with default cursor overriding wait
73 Cursor Info: type=Hand hotSpot=0,0
75 TEST CASE: Wait cursor which should not be affected by unknown cursor rule
76 Cursor Info: type=Wait hotSpot=0,0
78 PASS successfullyParsed is true
80 TEST COMPLETE