Mypal/docshell/test/chrome/bug360511_case2.html

16 lines
339 B
HTML

<!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>