blob: a252fb32057208140b43a57e1d6837cdffa6410e [file] [log] [blame]
<style>
body {
direction: rtl;
}
.outer {
height: 500px;
overflow: auto;
background: green;
}
.inner {
height: 1000px;
background: green;
}
</style>
<div class="outer">
<div class="inner">
</div>
</div>
<p>crbug.com/541574: Calculate the correct left offset for children in an rtl context. There should be no red.</p>