diff options
Diffstat (limited to 'system/docshell/test/chrome/bug846906.html')
-rw-r--r-- | system/docshell/test/chrome/bug846906.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/system/docshell/test/chrome/bug846906.html b/system/docshell/test/chrome/bug846906.html new file mode 100644 index 000000000..a289417ea --- /dev/null +++ b/system/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> |