diff options
| author | Stephen Blott | 2015-01-20 09:12:43 +0000 |
|---|---|---|
| committer | Stephen Blott | 2015-01-20 09:12:43 +0000 |
| commit | 6fa26c4619ec0bafbd1a04b15ca9f97e927d5f12 (patch) | |
| tree | 5e52d26c8f883e0a12dda8f071e9f047656c3307 | |
| parent | 661bbbd8b6c267e19f940b83da7c817c252808fd (diff) | |
| download | vimium-6fa26c4619ec0bafbd1a04b15ca9f97e927d5f12.tar.bz2 | |
Rebase.
| -rw-r--r-- | tests/dom_tests/dom_tests.coffee | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/dom_tests/dom_tests.coffee b/tests/dom_tests/dom_tests.coffee index 7e34a191..b0ee1a66 100644 --- a/tests/dom_tests/dom_tests.coffee +++ b/tests/dom_tests/dom_tests.coffee @@ -218,12 +218,6 @@ context "Input focus", focusInput 100 assert.isTrue InsertMode.permanentInstance.isActive() - should "select the previously-focused input when count is 1", -> - document.getElementById("third").focus() - document.getElementById("third").blur() - focusInput 1 - assert.equal "third", document.activeElement.id - should "not trigger insert if there are no inputs", -> document.getElementById("test-div").innerHTML = "" focusInput 1 |
