mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
[WebDriver] Add synchronization for key action (#37403)
Implement action synchronization for key event. Previously only done for pointer https://github.com/servo/servo/pull/36932 and wheel https://github.com/servo/servo/pull/37260. --------- Signed-off-by: PotatoCP <kenzieradityatirtarahardja18@gmail.com>
This commit is contained in:
parent
f97cdb4d12
commit
cdc8b45965
16 changed files with 171 additions and 118 deletions
|
@ -5,9 +5,6 @@
|
|||
[test_key_down_closes_browsing_context]
|
||||
expected: FAIL
|
||||
|
||||
[test_backspace_erases_keys]
|
||||
expected: FAIL
|
||||
|
||||
[test_element_in_shadow_tree[outer-open\]]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,6 +0,0 @@
|
|||
[key_shortcuts.py]
|
||||
[test_mod_a_mod_c_right_mod_v_pastes_text]
|
||||
expected: FAIL
|
||||
|
||||
[test_mod_a_mod_x_deletes_all_text]
|
||||
expected: FAIL
|
|
@ -1,7 +1,4 @@
|
|||
[key_special_keys.py]
|
||||
[test_codepoint_keys_behave_correctly[\\U0001f60d\]]
|
||||
expected: FAIL
|
||||
|
||||
[test_codepoint_keys_behave_correctly[\\u0ba8\\u0bbf\]]
|
||||
expected: FAIL
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue