64d4c9f83e
This renames tests/integration to tests/end2end and moves some files to tests/end2end/fixtures.
12 lines
352 B
HTML
12 lines
352 B
HTML
<html>
|
|
<head>
|
|
<title>quteprocess.click_element test</title>
|
|
</head>
|
|
<body>
|
|
<span 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>
|
|
</body>
|
|
</html>
|