1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/docshell/test/chrome/bug360511_case2.html Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,15 @@ 1.4 +<!DOCTYPE html> 1.5 +<html style="height: 100%"> 1.6 +<head> 1.7 + <title> 1.8 + bug360511 case 2 1.9 + </title> 1.10 + </head> 1.11 +<body style="height: 100%"> 1.12 +<a id="link1" href="#bottom">jump to bottom</a> 1.13 +<div id="div1" style="height: 200%; border: thin solid black;"> 1.14 + hello large div 1.15 + </div> 1.16 + <a name="bottom">here's the bottom of the page</a> 1.17 +</body> 1.18 +</html>