| Index: third_party/WebKit/Source/core/layout/line/InlineTextBox.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/line/InlineTextBox.cpp b/third_party/WebKit/Source/core/layout/line/InlineTextBox.cpp
|
| index df1d153ecadb2fe4d9f1c241fbe5647802fc275e..2ab889383af1bc42a173155e5a835ef04acc27a1 100644
|
| --- a/third_party/WebKit/Source/core/layout/line/InlineTextBox.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/line/InlineTextBox.cpp
|
| @@ -346,7 +346,7 @@ LayoutUnit InlineTextBox::placeEllipsisBox(bool flowIsLTR, LayoutUnit visibleLef
|
| }
|
|
|
| int offset = offsetForPosition(ellipsisX, false);
|
| - if (offset == 0) {
|
| + if (offset == 0 && ltr == flowIsLTR) {
|
| // No characters should be laid out. Set ourselves to full truncation and place the ellipsis at the min of our start
|
| // and the ellipsis edge.
|
| setTruncation(cFullTruncation);
|
|
|