qutebrowser/tests/integration/data/search.html

20 lines
353 B
HTML
Raw 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/>
2016-01-07 07:49:45 +01:00
</p>
</body>
</html>