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

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

Issue 2967893002: Display arrow cursor instead of i-beam when selection is not present (Closed)
Patch Set: updated patch with expected file Created 3 years, 5 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 changed correctly on mouse events. 1 Test that mouse cursors are changed correctly on mouse events.
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 53341 6 Bug 53341
7 7
8 8
9 Mouse move 9 Mouse move
10 Cursor Info: type=Hand hotSpot=0,0 10 Cursor Info: type=Hand hotSpot=0,0
11 11
12 Mouse down 12 Mouse down
13 Cursor Info: type=Progress hotSpot=0,0 13 Cursor Info: type=Progress hotSpot=0,0
14 14
15 Mouse hold down, move 15 Mouse hold down, move
16 Cursor Info: type=Hand hotSpot=0,0 16 Cursor Info: type=Hand hotSpot=0,0
17 17
18 Mouse up 18 Mouse up
19 Cursor Info: type=Help hotSpot=0,0 19 Cursor Info: type=Help hotSpot=0,0
20 20
21 Mouse move
22 Cursor Info: type=Pointer hotSpot=0,0
23
24 Mouse down
25 Cursor Info: type=Pointer hotSpot=0,0
26
27 Mouse hold down, move
28 Cursor Info: type=Pointer hotSpot=0,0
29
30 Mouse up
31 Cursor Info: type=Pointer hotSpot=0,0
32
21 PASS successfullyParsed is true 33 PASS successfullyParsed is true
22 34
23 TEST COMPLETE 35 TEST COMPLETE
24 36
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698