diff options
Diffstat (limited to 'system/docshell/test/file_bug590573_1.html')
-rw-r--r-- | system/docshell/test/file_bug590573_1.html | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/system/docshell/test/file_bug590573_1.html b/system/docshell/test/file_bug590573_1.html new file mode 100644 index 000000000..850d418bd --- /dev/null +++ b/system/docshell/test/file_bug590573_1.html @@ -0,0 +1,8 @@ +<html> +<body onpopstate='opener.page1Popstate();' onload='opener.page1Load();' + onpageshow='opener.page1PageShow();'> + +<div style='height:10000px' id='div1'>This is a very tall div.</div> + +</body> +</html> |