RESOLVED DUPLICATE of bug 61213 61212
Add a test that shows WKView isn't calling ::SetCursor too often
https://bugs.webkit.org/show_bug.cgi?id=61212
Summary Add a test that shows WKView isn't calling ::SetCursor too often
Adam Roben (:aroben)
Reported 2011-05-20 13:48:25 PDT
We need a test that shows that bug 61211. 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
*** This bug has been marked as a duplicate of bug 61213 ***
Note You need to log in before you can comment on or make changes to this bug.