aboutsummaryrefslogtreecommitdiffstats
path: root/tests/dom_tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests/dom_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)", ->