diff options
Diffstat (limited to 'layout/base/crashtests/47843-1.html')
-rw-r--r-- | layout/base/crashtests/47843-1.html | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/layout/base/crashtests/47843-1.html b/layout/base/crashtests/47843-1.html new file mode 100644 index 0000000000..f8ce8b08d8 --- /dev/null +++ b/layout/base/crashtests/47843-1.html @@ -0,0 +1,13 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> +<html> + <head> + <title>Testcase for bug 47843</title> + <style type="text/css"> + BODY {overflow:scroll;} + </style> + </head> + <body> + <P>Blah + </body> +</html> + |