qutebrowser/tests/integration/data/marks.html
Ryan Roden-Corrent 2b68aaa311 Make set_mark searching tests less flaky.
Replace all the html numbers with a few widely spaced divs to guarantee the
search will move the viewport on almost and reasonable screen size.
2016-04-18 12:30:16 -04:00

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>