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