docshell/test/file_bug590573_1.html

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/docshell/test/file_bug590573_1.html	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,8 @@
     1.4 +<html>
     1.5 +<body onpopstate='opener.page1Popstate();' onload='opener.page1Load();'
     1.6 +      onpageshow='opener.page1PageShow();'>
     1.7 +
     1.8 +<div style='height:10000px' id='div1'>This is a very tall div.</div>
     1.9 +
    1.10 +</body>
    1.11 +</html>

mercurial