qutebrowser/tests/end2end/data/search.html
2017-05-09 00:11:25 -07:00

23 lines
476 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Searching text on the page</title>
</head>
<body>
<p>
foo<br/>
Foo<br/>
Bar<br/>
bar<br/>
blüb<br/>
baz<br/>
Baz<br/>
BAZ<br/>
space travel<br/>
/slash<br/>
<a class="toselect" href="hello.txt">follow me!</a><br/>
</p>
</body>
</html>