Skip to content

Commit

Permalink
Tweak #2338.
Browse files Browse the repository at this point in the history
  • Loading branch information
smblott-github committed Dec 10, 2016
1 parent 6e782d8 commit 856f0ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/dom_tests/dom_tests.coffee
Expand Up @@ -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
Expand Down

0 comments on commit 856f0ff

Please sign in to comment.