Files
servo/components/webdriver_server
Euclid Ye 27fd7dfa30 webdriver: Check missing params before dispatch scroll action (#42745)
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>
2026-02-22 13:29:56 +00:00
..
2026-01-08 17:32:35 +00:00