aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/script
diff options
context:
space:
mode:
authorPyfisch <pyfisch@gmail.com>2018-11-11 21:57:45 +0100
committerPyfisch <pyfisch@gmail.com>2018-11-11 21:57:45 +0100
commit2143657e0331df9ef8fdedd7b653aca763e0539c (patch)
tree6bdf25ddd274cd56c695168940dc3d30fa4ec206 /tests/unit/script
parentb60006ae11485e432308cbecd310ff19119de5e3 (diff)
downloadservo-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.toml2
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"}