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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/fast/events/mouse-cursor-change-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/events/mouse-cursor-change-expected.txt b/third_party/WebKit/LayoutTests/fast/events/mouse-cursor-change-expected.txt
index 48b7abea72a71016da140349935e601a93c2943d..39fd57d5405ca896bf40e0c5b8e5ffd4624a1650 100644
--- a/third_party/WebKit/LayoutTests/fast/events/mouse-cursor-change-expected.txt
+++ b/third_party/WebKit/LayoutTests/fast/events/mouse-cursor-change-expected.txt
@@ -18,6 +18,18 @@ Cursor Info: type=Hand hotSpot=0,0
Mouse up
Cursor Info: type=Help hotSpot=0,0
+Mouse move
+Cursor Info: type=Pointer hotSpot=0,0
+
+Mouse down
+Cursor Info: type=Pointer hotSpot=0,0
+
+Mouse hold down, move
+Cursor Info: type=Pointer hotSpot=0,0
+
+Mouse up
+Cursor Info: type=Pointer hotSpot=0,0
+
PASS successfullyParsed is true
TEST COMPLETE

Powered by Google App Engine
This is Rietveld 408576698