summaryrefslogtreecommitdiffstats
path: root/docshell/test/chrome/bug360511_case2.html
blob: 217f47724eb81f178e44b11b865371d847106bcc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!DOCTYPE html>
<html style="height: 100%">
<head>
  <title>
    bug360511 case 2
    </title>
  </head>
<body style="height: 100%">
<a id="link1" href="#bottom">jump to bottom</a>
<div id="div1" style="height: 200%; border: thin solid black;">
  hello large div
	</div>
	<a name="bottom">here's the bottom of the page</a>
</body>
</html>