diff options
Diffstat (limited to 'docshell/test/chrome/bug846906.html')
-rw-r--r-- | docshell/test/chrome/bug846906.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/docshell/test/chrome/bug846906.html b/docshell/test/chrome/bug846906.html new file mode 100644 index 0000000000..a289417ea8 --- /dev/null +++ b/docshell/test/chrome/bug846906.html @@ -0,0 +1,10 @@ +<html> + <head> + <title> + </title> + </head> + <body> + <div id="div1" style="width:1024px; height:768px; border:none;"> + </div> + </body> +</html> |