Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(25)

Side by Side Diff: third_party/WebKit/LayoutTests/fast/events/mouse-cursor-expected.txt

Issue 2522443002: Remove SVGCursorElement (Closed)
Patch Set: Rebase Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 Test that mouse cursors are applied correctly. 1 Test that mouse cursors are applied correctly.
2 2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4 4
5 5
6 Bug 100550 6 Bug 100550
7 7
8 8
9 TEST CASE: Implicit default cursor 9 TEST CASE: Implicit default cursor
10 Cursor Info: type=IBeam hotSpot=0,0 10 Cursor Info: type=IBeam hotSpot=0,0
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
50 50
51 TEST CASE: Image with explicit hot spot at (20,10) overriding implicit hot spot 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 52 Cursor Info: type=Custom hotSpot=20,10 image=25x25
53 53
54 TEST CASE: Image with implicit hot spot outside image at (35,4) 54 TEST CASE: Image with implicit hot spot outside image at (35,4)
55 Cursor Info: type=Custom hotSpot=0,0 image=25x25 55 Cursor Info: type=Custom hotSpot=0,0 image=25x25
56 56
57 TEST CASE: Over large image with fallback to pointer 57 TEST CASE: Over large image with fallback to pointer
58 Cursor Info: type=Hand hotSpot=0,0 58 Cursor Info: type=Hand hotSpot=0,0
59 59
60 TEST CASE: SVG cursor 60 TEST CASE: Local element reference
61 Cursor Info: type=Custom hotSpot=0,0 image=25x25 61 Cursor Info: type=Hand hotSpot=0,0
62 62
63 TEST CASE: Multiple invalid cursors with fallback to pointer 63 TEST CASE: Multiple invalid cursors with fallback to pointer
64 Cursor Info: type=Hand hotSpot=0,0 64 Cursor Info: type=Hand hotSpot=0,0
65 65
66 TEST CASE: Nonexistent SVG cursor with fallback to pointer 66 TEST CASE: Nonexistent local element reference with fallback to pointer
67 Cursor Info: type=Hand hotSpot=0,0 67 Cursor Info: type=Hand hotSpot=0,0
68 68
69 TEST CASE: A link with default cursor 69 TEST CASE: A link with default cursor
70 Cursor Info: type=Hand hotSpot=0,0 70 Cursor Info: type=Hand hotSpot=0,0
71 71
72 TEST CASE: Link with default cursor overriding wait 72 TEST CASE: Link with default cursor overriding wait
73 Cursor Info: type=Hand hotSpot=0,0 73 Cursor Info: type=Hand hotSpot=0,0
74 74
75 TEST CASE: Wait cursor which should not be affected by unknown cursor rule 75 TEST CASE: Wait cursor which should not be affected by unknown cursor rule
76 Cursor Info: type=Wait hotSpot=0,0 76 Cursor Info: type=Wait hotSpot=0,0
77 77
78 PASS successfullyParsed is true 78 PASS successfullyParsed is true
79 79
80 TEST COMPLETE 80 TEST COMPLETE
81 81
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698