Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix mouse-events/mousemove-between.html on WebKit Linux MSAN
WPT test uievents/order-of-events/mouse-events/mousemove-between.html timeout on WebKit Linux MSAN, because the mouse actions are generated and sent too fast that some mouse moves maybe coalesced, so we missed some mouse events. I added "pause" action for each mouse move, so that we will handle each individual mouse move, so we will get the correct mouse action sequence. Bug: 1182532 Change-Id: I29e1d4832e9eb5b1ffb362d7c5e7475d1e34faf0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2731228 Reviewed-by: Mustaq Ahmed <mustaq@chromium.org> Commit-Queue: Lan Wei <lanwei@chromium.org> Cr-Commit-Position: refs/heads/master@{#859834}
- Loading branch information