<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> |