blob: e902bbc5db0105a5f4b0e145bfdfde58df5429d7 [file] [log] [blame]
<!DOCTYPE html>
<style>
.container {
width: 6em;
}
.container > div {
overflow: hidden;
}
.ellipsis {
text-overflow: ellipsis;
direction: rtl;
}
</style>
<p>crbug.com/667128: Ignore leading space when handling ellipsis on ltr text in an rtl flow.</p>
<p>The ellipsis should not overlap the text.</p>
<div class="container">
<div class="ellipsis">
ButtonWithAReallyLongNameButtonWithAReallyLongName
</div>
</div>