aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorStephen Blott2016-02-29 09:34:10 +0000
committerStephen Blott2016-03-05 05:40:11 +0000
commitf6f97b373746b198a68b33040ddc4d42e9898445 (patch)
tree81038b8d1331d6365b49521e43da1125d4859ba6 /tests
parent70151ea99cb86bbbf268ecb737337aa7cc266e2d (diff)
downloadvimium-f6f97b373746b198a68b33040ddc4d42e9898445.tar.bz2
Key bindings; add line missing from tests.
Diffstat (limited to 'tests')
-rw-r--r--tests/dom_tests/dom_tests.coffee1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/dom_tests/dom_tests.coffee b/tests/dom_tests/dom_tests.coffee
index b5b91f42..c2c34fa8 100644
--- a/tests/dom_tests/dom_tests.coffee
+++ b/tests/dom_tests/dom_tests.coffee
@@ -370,6 +370,7 @@ context "Normal mode",
should "suppress passKeys with a non-empty key state (a count)", ->
sendKeyboardEvent "5"
+ sendKeyboardEvent "p"
assert.equal 0, pageKeyboardEventCount
should "suppress passKeys with a non-empty key state (a key)", ->