diff options
author | Euclid Ye <yezhizhenjiakang@gmail.com> | 2025-05-13 18:25:09 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-05-13 10:25:09 +0000 |
commit | e4f62d5c16521063c928e9f23854a33bdf5f7d9f (patch) | |
tree | 62a696f9b4648c0fadbff54ecce541e468108d0e /tests/wpt/css-tests/css-grid-1_dev/html/reference/support | |
parent | bee491b0ff452707b99d150fd5156f76f8365ea0 (diff) | |
download | servo-e4f62d5c16521063c928e9f23854a33bdf5f7d9f.tar.gz servo-e4f62d5c16521063c928e9f23854a33bdf5f7d9f.zip |
Remove duplicate click event in `simulate_mouse_click` (#36957)
After `InputEvent::Touch` processed by Script, it sends
`TouchEventProcessed` back to Constellation, which goes through hit-test
etc. and loops back to Script again. However,
`WebViewRenderer::simulate_mouse_click` should not send
`MouseButtonAction::Click` due to #36413
Testing: Manually tested by converting mouse to touch
cc @jdm @xiaochengh
Signed-off-by: Euclid Ye <yezhizhenjiakang@gmail.com>
Diffstat (limited to 'tests/wpt/css-tests/css-grid-1_dev/html/reference/support')
0 files changed, 0 insertions, 0 deletions