NEW61213
Add a test that shows WKView isn't calling ::SetCursor too often
https://bugs.webkit.org/show_bug.cgi?id=61213
Summary Add a test that shows WKView isn't calling ::SetCursor too often
Adam Roben (:aroben)
Reported 2011-05-20 13:48:44 PDT
We need a test that shows that bug 61211 has been fixed. Specifically, we should test that WKView is only calling ::SetCursor in response to WM_SETCURSOR. We might be able to write a test that subclasses the WKView, overrides WM_SETCURSOR to set a custom cursor, moves the mouse, and then later checks that that ::GetCursor returns the custom cursor instead of whatever WKView would have set the cursor to.
Attachments
Alexey Proskuryakov
Comment 1 2011-05-20 16:23:31 PDT
*** Bug 61212 has been marked as a duplicate of this bug. ***
Note You need to log in before you can comment on or make changes to this bug.