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.html6
1 files changed, 4 insertions, 2 deletions
diff --git a/tests/end2end/data/click_element.html b/tests/end2end/data/click_element.html
index acf0cf77c..b2a691e08 100644
--- a/tests/end2end/data/click_element.html
+++ b/tests/end2end/data/click_element.html
@@ -6,9 +6,11 @@
<span id='test' onclick='console.log("click_element clicked")'>Test Element</span>
<span onclick='console.log("click_element special chars")'>"Don't", he shouted</span>
<span>Duplicate</span>
- <span>Duplicate</span>
- <form><input id='qute-input'></input></form>
+ <span class='clickable' onclick='console.log("click_element CSS selector")'>Duplicate</span>
+ <form><input autofocus id='qute-input'></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;'
+ onclick='console.log("click_element position")'></span>
</body>
</html>