docshell/test/file_bug590573_2.html

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/docshell/test/file_bug590573_2.html	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,8 @@
     1.4 +<html>
     1.5 +<body onpopstate='opener.page2Popstate();' onload='opener.page2Load();'
     1.6 +      onpageshow='opener.page2PageShow();'>
     1.7 +
     1.8 +<div style='height:300%' id='div2'>The second page also has a big div.</div>
     1.9 +
    1.10 +</body>
    1.11 +</html>

mercurial