blob: 674ba421ba94786fb745a97457465c8a6dae193a [file] [log] [blame]
<html>
<head>
<title>Inline in RTL block with overflow:auto and left border makes scroll bar appear</title>
</head>
<body>
<p>
This tests for a regression against
<i><a href="https://bugs.webkit.org/show_bug.cgi?id=6618">http://bugzilla.opendarwin.org/show_bug.cgi?id=6618</a>
Inline in RTL block with overflow:auto and left border makes scroll bar appear</i>.
</p>
<hr>
<div style="overflow: auto; border-left: 10px solid blue; direction: rtl;">
.This block should <em>not</em> have a horizontal scroll bar
</div>
</body>
</html>