From 57964b9afe36fc4290396b94b6f45ef637000ae0 Mon Sep 17 00:00:00 2001 From: stephane Date: Mon, 22 Feb 2016 14:40:03 -0500 Subject: Workaround for the hanging part of issue #1944 "Tests fail/hang with latest PhantomJS (2.1.1)". URL: https://github.com/philc/vimium/issues/1944 --- tests/dom_tests/dom_tests.coffee | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tests/dom_tests/dom_tests.coffee b/tests/dom_tests/dom_tests.coffee index 1d4703c1..ca73b631 100644 --- a/tests/dom_tests/dom_tests.coffee +++ b/tests/dom_tests/dom_tests.coffee @@ -104,7 +104,10 @@ context "Test link hints for focusing input elements correctly", stubSettings "linkHintCharacters", "ab" # Every HTML5 input type except for hidden. We should be able to activate all of them with link hints. - inputTypes = ["button", "checkbox", "color", "date", "datetime", "datetime-local", "email", "file", + # + # TODO: Re-insert "color" into the inputTypes list when PhantomJS issue #13979 is fixed and integrated. + # Ref: https://github.com/ariya/phantomjs/issues/13979 + inputTypes = ["button", "checkbox", "date", "datetime", "datetime-local", "email", "file", "image", "month", "number", "password", "radio", "range", "reset", "search", "submit", "tel", "text", "time", "url", "week"] -- cgit v1.2.3