aboutsummaryrefslogtreecommitdiffstats
path: root/tests/dom_tests
diff options
context:
space:
mode:
authorJez Ng2012-10-28 02:08:34 -0400
committerJez Ng2012-10-29 17:52:29 -0400
commit22796c1676decbda4f2785f1cb10667ebaf941c7 (patch)
tree7470e1d2e45a7802d57116f538d3ef18a4165931 /tests/dom_tests
parente67fa27f24135ae060d850c07cc5a3a124273402 (diff)
downloadvimium-22796c1676decbda4f2785f1cb10667ebaf941c7.tar.bz2
Make the numbers used in the filtered link hints configurable.
Closes #380.
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 2f1e69b5..04c81068 100644
--- a/tests/dom_tests/dom_tests.coffee
+++ b/tests/dom_tests/dom_tests.coffee
@@ -94,6 +94,7 @@ context "Filtered link hints",
setup ->
stub settings.values, "filterLinkHints", true
+ stub settings.values, "linkHintNumbers", "0123456789"
context "Text hints",