WebKitTools:
Reviewed by Darin, Mitz.
fixed <rdar://
5130762> mousedowns in different locations increase the clickcount incorrectly
the clickcount should not increase if the last click was at a different location. it's a new click.
* DumpRenderTree/mac/DumpRenderTree.mm:
(runTest):
* DumpRenderTree/mac/EventSendingController.h:
* DumpRenderTree/mac/EventSendingController.mm:
(-[EventSendingController mouseDown]):
(-[EventSendingController mouseUp]):
LayoutTests:
Reviewed by Darin, Mitz.
updating expected results after fixing clickcount for
<rdar://
5130762> mousedowns in different locations increase the clickcount incorrectly
* fast/forms/focus-selection-input-expected.txt:
* fast/forms/focus-selection-textarea-expected.txt:
* platform/mac/fast/events/objc-event-api-expected.txt:
* platform/mac/fast/inline/dirtyLinesForInline-expected.txt:
* platform/mac/fast/text/textIteratorNilRenderer-expected.txt:
* platform/mac/svg/custom/pointer-events-image-expected.txt:
* platform/mac/svg/custom/pointer-events-path-expected.txt:
* platform/mac/svg/custom/pointer-events-text-expected.txt:
* platform/mac/svg/custom/text-hit-test-expected.txt:
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@29139
268f45cc-cd09-0410-ab3c-
d52691b4dbfc