5fe91c30cc
See #3201
15 lines
551 B
HTML
15 lines
551 B
HTML
<html>
|
|
<head>
|
|
<title>quteprocess.click_element test</title>
|
|
</head>
|
|
<body>
|
|
<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>
|
|
<a href="/data/hello.txt" id='link'>link</a>
|
|
<span id='foo.bar' onclick='console.log("id with dot")'>ID with dot</span>
|
|
</body>
|
|
</html>
|