mirror of
https://github.com/servo/servo
synced 2026-05-09 08:32:31 +02:00
This actually happens at a very early stage: https://w3c.github.io/webdriver/#dfn-process-a-wheel-action However, for some reason webdriver crate does not check it for this particular case. This PR moves the check to the beginning of dispatch scroll action. Testing: Added a wdspec test. --------- Signed-off-by: Euclid Ye <yezhizhenjiakang@gmail.com>