aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorStephen Blott2016-12-10 10:32:13 +0000
committerStephen Blott2016-12-10 10:32:13 +0000
commit856f0ff8b35a66ecfa8a77ae41f4b761c1b1951c (patch)
tree38da86dc25245e26e013057abc9170ccbaa0d062 /tests
parent6e782d8cb78ce0faf30d1cb7ad2c5a1e6e023496 (diff)
downloadvimium-856f0ff8b35a66ecfa8a77ae41f4b761c1b1951c.tar.bz2
Tweak #2338.
Diffstat (limited to 'tests')
-rw-r--r--tests/dom_tests/dom_tests.coffee2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/dom_tests/dom_tests.coffee b/tests/dom_tests/dom_tests.coffee
index 68611230..9088fe30 100644
--- a/tests/dom_tests/dom_tests.coffee
+++ b/tests/dom_tests/dom_tests.coffee
@@ -188,7 +188,7 @@ context "Test link hints for focusing input elements correctly",
testDiv.appendChild input
inputs.push input
- # manually add the select element to test focus
+ # Manually add also a select element to test focus.
input = document.createElement "select"
testDiv.appendChild input
inputs.push input