From 856f0ff8b35a66ecfa8a77ae41f4b761c1b1951c Mon Sep 17 00:00:00 2001 From: Stephen Blott Date: Sat, 10 Dec 2016 10:32:13 +0000 Subject: Tweak #2338. --- tests/dom_tests/dom_tests.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') 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 -- cgit v1.2.3