qutebrowser/tests/end2end/data/click_element.html
2016-08-18 15:58:46 +02:00

14 lines
468 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>
</body>
</html>