Neat fix for LayoutTest in http://trac.webkit.org/changeset/141054. In this LayoutTest context, the length of touchEvent.touches is 2. The Touch order in TouchList is not guaranteed. So touchEvent.touches[0] can be another touch. Rather, we should use touchEvent.targetTouches here since its length is 1 in this context.
Created attachment 185677 [details] Use targetTouched
Looks OK
Comment on attachment 185677 [details] Use targetTouched Clearing flags on attachment: 185677 Committed r141520: <http://trac.webkit.org/changeset/141520>
All reviewed patches have been landed. Closing bug.