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