summaryrefslogtreecommitdiff
path: root/tests/end2end/data/click_element.html
diff options
context:
space:
mode:
Diffstat (limited to 'tests/end2end/data/click_element.html')
-rw-r--r--tests/end2end/data/click_element.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/end2end/data/click_element.html b/tests/end2end/data/click_element.html
index b2a691e08..7fac2a381 100644
--- a/tests/end2end/data/click_element.html
+++ b/tests/end2end/data/click_element.html
@@ -7,7 +7,7 @@
<span onclick='console.log("click_element special chars")'>"Don't", he shouted</span>
<span>Duplicate</span>
<span class='clickable' onclick='console.log("click_element CSS selector")'>Duplicate</span>
- <form><input autofocus id='qute-input'></input></form>
+ <form><input id='qute-input' onfocus='console.log("qute-input focused")'></input></form>
<a href="/data/hello.txt" id='link'>link</a>
<span id='foo.bar' onclick='console.log("id with dot")'>ID with dot</span>
<span style='position: absolute; left: 20px;top: 42px; width:10px; height:10px;'