64d4c9f83e
This renames tests/integration to tests/end2end and moves some files to tests/end2end/fixtures.
22 lines
407 B
HTML
22 lines
407 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/>
|
|
</p>
|
|
</body>
|
|
</html>
|