tizen beta release
[framework/web/webkit-efl.git] / LayoutTests / fast / overflow / overflow-rtl-inline-scrollbar.html
1 <html>
2 <head>
3     <title>Inline in RTL block with overflow:auto and left border makes scroll bar appear</title>
4 </head>
5 <body>
6     <p>
7         This tests for a regression against
8         <i><a href="https://bugs.webkit.org/show_bug.cgi?id=6618">http://bugzilla.opendarwin.org/show_bug.cgi?id=6618</a>
9         Inline in RTL block with overflow:auto and left border makes scroll bar appear</i>.
10     </p>
11     <hr>
12     <div style="overflow: auto; border-left: 10px solid blue; direction: rtl;">
13         .This block should <em>not</em> have a horizontal scroll bar
14     </div>
15 </body>
16 </html>