64d4c9f83e
This renames tests/integration to tests/end2end and moves some files to tests/end2end/fixtures.
17 lines
475 B
HTML
17 lines
475 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>Marks I</title>
|
|
</head>
|
|
<body>
|
|
<h1 id="top">Top</h1>
|
|
<a href="#top">Top</a>
|
|
<a href="#bottom">Bottom</a>
|
|
<div style="height: 3000px; width: 3000px;">Holy Grail</div>
|
|
<div style="height: 3000px; width: 3000px;">Waldo</div>
|
|
<div style="height: 3000px; width: 3000px;">Holy Grail</div>
|
|
<h1 id="bottom">Bottom</h1>
|
|
</body>
|
|
</html>
|