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

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

Issue 1541443002: Fix small bugs in new CSS Property parser (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address review comments Created 4 years, 11 months 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
11 11
12 TEST CASE: Explicit default 12 TEST CASE: Explicit default
13 Cursor Info: type=Pointer hotSpot=0,0 13 Cursor Info: type=Pointer hotSpot=0,0
14 14
15 TEST CASE: Explicit auto 15 TEST CASE: Explicit auto
16 Cursor Info: type=IBeam hotSpot=0,0 16 Cursor Info: type=IBeam hotSpot=0,0
17 17
18 TEST CASE: No cursor 18 TEST CASE: No cursor
19 Cursor Info: type=None hotSpot=0,0 19 Cursor Info: type=None hotSpot=0,0
20 20
21 TEST CASE: Pointer 21 TEST CASE: Pointer
22 Cursor Info: type=Hand hotSpot=0,0 22 Cursor Info: type=Hand hotSpot=0,0
23 23
24 TEST CASE: -webkit-grabbing 24 TEST CASE: -webkit-grabbing
25 Cursor Info: type=Grabbing hotSpot=0,0 25 Cursor Info: type=Grabbing hotSpot=0,0
26 26
27 TEST CASE: Existing 25x25 image 27 TEST CASE: Existing 25x25 image
28 Cursor Info: type=Custom hotSpot=0,0 image=25x25 28 Cursor Info: type=IBeam hotSpot=0,0
29 29
30 TEST CASE: Invalid URL with fallback to pointer 30 TEST CASE: Invalid URL with fallback to pointer
31 Cursor Info: type=Hand hotSpot=0,0 31 Cursor Info: type=Hand hotSpot=0,0
32 32
33 TEST CASE: Invalid with fallback to 25x25 image 33 TEST CASE: Invalid with fallback to 25x25 image
34 Cursor Info: type=Custom hotSpot=0,0 image=25x25 34 Cursor Info: type=Custom hotSpot=0,0 image=25x25
35 35
36 TEST CASE: Image with explicit hot spot at (0,0) 36 TEST CASE: Image with explicit hot spot at (0,0)
37 Cursor Info: type=Custom hotSpot=0,0 image=25x25 37 Cursor Info: type=Custom hotSpot=0,0 image=25x25
38 38
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
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