Reduce redundancy in servoshell webdriver message forwarding and add log for script::handle_send_keys_non_typeable (#38238)

There was a new commit for after
https://github.com/servo/servo/pull/38189#discussion_r2224805172, but
that does not seem to update/stop MQ.
Also removed `forward_webdriver_command` in servoshell according to
https://github.com/servo/servo/pull/38212#discussion_r2221854327.

---------

Signed-off-by: Euclid Ye <euclid.ye@huawei.com>
This commit is contained in:
Euclid Ye 2025-07-24 12:22:04 +08:00 committed by GitHub
parent 6ace7ad577
commit f726737f24
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 16 additions and 35 deletions

View file

@ -167,9 +167,6 @@
[test_resettable_element_does_not_satisfy_validation_constraints[number-foo\]]
expected: FAIL
[test_resettable_element_does_not_satisfy_validation_constraints[range-foo\]]
expected: FAIL
[test_resettable_element_does_not_satisfy_validation_constraints[email-foo\]]
expected: FAIL

View file

@ -4,6 +4,3 @@
[test_textarea_append]
expected: FAIL
[test_date]
expected: FAIL

View file

@ -1,6 +1,3 @@
[send_keys.py]
[test_no_browsing_context]
expected: FAIL
[test_surrogates]
expected: FAIL

View file

@ -1,7 +1,4 @@
[send.py]
[test_alert_element_not_interactable[confirm\]]
expected: FAIL
[test_chained_alert_element_not_interactable[alert\]]
expected: FAIL
@ -19,6 +16,3 @@
[test_send_alert_text[Fed\\terer\]]
expected: FAIL
[test_unexpected_alert]
expected: FAIL

View file

@ -43,3 +43,6 @@
[test_negative_x_y]
expected: FAIL
[test_response_payload]
expected: FAIL