blob: 60252f1b7a6d3e3cdc052b6cc6a1429567ad03b9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<style>
p {
height: 200vh;
}
</style>
</head>
<body>
<p>Bug 1382341 - test page reload and scroll position</p>
<a>An element anchor, used to scroll the page</a>
</body>
</html>
|