Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / overflow / overflow-rtl-inline-scrollbar.html
blob674ba421ba94786fb745a97457465c8a6dae193a
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>