Webdriver: Keyboard Action use webview::notify_input_event instead of directly sent to constellation (#37908)

Previously, we KeyboardAction will be forwarded to constellation by the
embedder. Now we use `webview.notify_input_event`, which will send
`WebDriverCommandMsg::ForwardInputEvent` for KeyboardAction

Fixes: part of https://github.com/servo/servo/issues/37370

---------

Signed-off-by: PotatoCP <kenzieradityatirtarahardja18@gmail.com>
This commit is contained in:
Kenzie Raditya Tirtarahardja 2025-07-08 14:54:57 +08:00 committed by GitHub
parent 11bb83d422
commit 1773ea44f8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 17 additions and 61 deletions

View file

@ -1,21 +0,0 @@
[pointer_modifier_click.py]
[test_modifier_click[\\ue00a-altKey\]]
expected: FAIL
[test_modifier_click[\\ue052-altKey\]]
expected: FAIL
[test_modifier_click[\\ue03d-metaKey\]]
expected: FAIL
[test_modifier_click[\\ue053-metaKey\]]
expected: FAIL
[test_modifier_click[\\ue008-shiftKey\]]
expected: FAIL
[test_modifier_click[\\ue050-shiftKey\]]
expected: FAIL
[test_many_modifiers_click]
expected: FAIL