summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/447749-1-ref.html
blob: faebca087a6233935b627a0328f4221fb0752051 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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>