+2013-04-05 Aivo Paas <aivopaas@gmail.com>
+
+ Updating mouse cursor on style changes without emitting fake mousemove event
+ https://bugs.webkit.org/show_bug.cgi?id=101857
+ Changing CSS cursor should work no matter is mouse button is pressed or not
+ https://bugs.webkit.org/show_bug.cgi?id=53341
+
+ Reviewed by Allan Sandfeld Jensen.
+
+ Added tests for changing cursor on mousemove, mousedown, mouseup and mousemove
+ while mouse button being held down. Also added test to verify that a mousemove
+ event is not fired for changing cursor when mouse is not moving.
+
+ * fast/events/mouse-cursor-change-expected.txt: Added.
+ * fast/events/mouse-cursor-change.html: Added.
+ * fast/events/mouse-cursor-no-mousemove-expected.txt: Added.
+ * fast/events/mouse-cursor-no-mousemove.html: Added.
+ * platform/mac/TestExpectations:
+
2013-04-05 Zan Dobersek <zdobersek@igalia.com>
Unreviewed GTK gardening.