Display correct ellipsis in rtl inlines |
|||
Issue description
Test case:
<!DOCTYPE html>
<style>
div {
width: 55px;
font: 12px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
direction: rtl;
}
</style>
<p>You should see ...defghi below.</p>
<div id="div">
<span>abc</span><span>def</span><span>ghi</span>
</div>
,
Jul 13 2016
Issue 497901 has been merged into this issue.
,
Jul 13 2016
,
Dec 14 2016
This works fine now. |
|||
►
Sign in to add a comment |
|||
Comment 1 by robhogan@chromium.org
, May 30 2016