4 <style type=
"text/css">
9 border: solid blue
1px;
24 This tests for a regression against
25 <i><a href=
"https://bugs.webkit.org/show_bug.cgi?id=7054">http://bugzilla.opendarwin.org/show_bug.cgi?id=
7054</a>
26 Vertical scroll bars do not appear or do not scroll completely
</i>.
29 The top two boxes should have horizontal scroll bars. The bottom box should have a vertical scroll bar.
32 <div class=
"overflow">
36 <div class=
"container">
37 <div class=
"abs" style=
"left: 70px;"></div>
44 <div class=
"overflow" style=
"direction: rtl;">
48 <div class=
"container">
49 <div class=
"abs" style=
"right: 70px;"></div>
56 <div class=
"overflow">
60 <div class=
"container">
61 <div class=
"abs" style=
"top: 70px;"></div>