blob: cca043bb6673feb89719a8a734d09e44ecfe8f9d (
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 1
</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>
|