qutebrowser/tests/end2end/data/search.html

25 lines
536 B
HTML
Raw Permalink Normal View History

2016-01-07 07:49:45 +01:00
<!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/>
2016-01-07 08:21:18 +01:00
blüb<br/>
baz<br/>
Baz<br/>
BAZ<br/>
space travel<br/>
/slash<br/>
2018-04-02 02:49:09 +02:00
-r reversed<br/>
;; semicolons<br/>
2017-05-09 09:11:25 +02:00
<a class="toselect" href="hello.txt">follow me!</a><br/>
2016-01-07 07:49:45 +01:00
</p>
</body>
</html>