diff options
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"] |
