diff options
| author | Stephen Blott | 2016-12-10 10:32:13 +0000 |
|---|---|---|
| committer | Stephen Blott | 2016-12-10 10:32:13 +0000 |
| commit | 856f0ff8b35a66ecfa8a77ae41f4b761c1b1951c (patch) | |
| tree | 38da86dc25245e26e013057abc9170ccbaa0d062 /tests | |
| parent | 6e782d8cb78ce0faf30d1cb7ad2c5a1e6e023496 (diff) | |
| download | vimium-856f0ff8b35a66ecfa8a77ae41f4b761c1b1951c.tar.bz2 | |
Tweak #2338.
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 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 |
