diff options
| author | Stephen Blott | 2016-02-23 05:52:06 +0000 | 
|---|---|---|
| committer | Stephen Blott | 2016-02-23 05:55:14 +0000 | 
| commit | e33fbadb834f3f51599780eab9a7d85244a1b380 (patch) | |
| tree | 181332aad9ad34265e9844ff478b80d2ec587b11 /tests | |
| parent | 57964b9afe36fc4290396b94b6f45ef637000ae0 (diff) | |
| download | vimium-e33fbadb834f3f51599780eab9a7d85244a1b380.tar.bz2 | |
Tweak #2015.
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/dom_tests/dom_tests.coffee | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/tests/dom_tests/dom_tests.coffee b/tests/dom_tests/dom_tests.coffee index ca73b631..8a96913f 100644 --- a/tests/dom_tests/dom_tests.coffee +++ b/tests/dom_tests/dom_tests.coffee @@ -106,7 +106,7 @@ context "Test link hints for focusing input elements correctly",      # Every HTML5 input type except for hidden. We should be able to activate all of them with link hints.      #      # TODO: Re-insert "color" into the inputTypes list when PhantomJS issue #13979 is fixed and integrated. -    # Ref: https://github.com/ariya/phantomjs/issues/13979 +    # Ref: https://github.com/ariya/phantomjs/issues/13979, and Vimium #1944.      inputTypes = ["button", "checkbox", "date", "datetime", "datetime-local", "email", "file",        "image", "month", "number", "password", "radio", "range", "reset", "search", "submit", "tel", "text",        "time", "url", "week"] | 
