diff options
author | Pyfisch <pyfisch@gmail.com> | 2018-11-11 21:57:45 +0100 |
---|---|---|
committer | Pyfisch <pyfisch@gmail.com> | 2018-11-11 21:57:45 +0100 |
commit | 2143657e0331df9ef8fdedd7b653aca763e0539c (patch) | |
tree | 6bdf25ddd274cd56c695168940dc3d30fa4ec206 /tests/unit/script | |
parent | b60006ae11485e432308cbecd310ff19119de5e3 (diff) | |
download | servo-2143657e0331df9ef8fdedd7b653aca763e0539c.tar.gz servo-2143657e0331df9ef8fdedd7b653aca763e0539c.zip |
Use keyboard-types::webdriver::send_keys
This improves the quality of KeyboardEvents
sent by WebDriver. Now key, code, location and
modifiers are set according to spec.
CompositionEvents are discarded as servo
does not handle them at all.
Diffstat (limited to 'tests/unit/script')
-rw-r--r-- | tests/unit/script/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/script/Cargo.toml b/tests/unit/script/Cargo.toml index a59179ce3e5..e772e776bc5 100644 --- a/tests/unit/script/Cargo.toml +++ b/tests/unit/script/Cargo.toml @@ -11,6 +11,6 @@ path = "lib.rs" [dependencies] euclid = "0.19" -keyboard-types = "0.4.2-servo" +keyboard-types = "0.4.3" script = {path = "../../../components/script"} servo_url = {path = "../../../components/url"} |