diff options
Diffstat (limited to 'layout/reftests/bugs/447749-1-ref.html')
-rw-r--r-- | layout/reftests/bugs/447749-1-ref.html | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/layout/reftests/bugs/447749-1-ref.html b/layout/reftests/bugs/447749-1-ref.html new file mode 100644 index 0000000000..faebca087a --- /dev/null +++ b/layout/reftests/bugs/447749-1-ref.html @@ -0,0 +1,15 @@ +<!DOCTYPE HTML> +<html> + <head> + <title>Bug 4477749</title> + <style type="text/css"> + div.scroller { overflow: scroll; width: 100px; } + span { border: 1px solid blue; } + </style> + </head> + <body> + <div dir="ltr"> + <div class="scroller"><span>TextTextTextTextTextTextTextTextTextTextTextTextTextTextTextTextTextText</span></div> + </div> + </body> +</html> |