diff options
| author | Stephen Blott | 2016-02-29 09:34:10 +0000 | 
|---|---|---|
| committer | Stephen Blott | 2016-03-05 05:40:11 +0000 | 
| commit | f6f97b373746b198a68b33040ddc4d42e9898445 (patch) | |
| tree | 81038b8d1331d6365b49521e43da1125d4859ba6 | |
| parent | 70151ea99cb86bbbf268ecb737337aa7cc266e2d (diff) | |
| download | vimium-f6f97b373746b198a68b33040ddc4d42e9898445.tar.bz2 | |
Key bindings; add line missing from tests.
| -rw-r--r-- | tests/dom_tests/dom_tests.coffee | 1 | 
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)", -> | 
