| Index: third_party/WebKit/LayoutTests/fast/text/ellipsis-rtl-text-in-rtl-flow.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/text/ellipsis-rtl-text-in-rtl-flow.html b/third_party/WebKit/LayoutTests/fast/text/ellipsis-rtl-text-in-rtl-flow.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..0f179e543f46343f9e39df26dd7d06600ee37e39
|
| --- /dev/null
|
| +++ b/third_party/WebKit/LayoutTests/fast/text/ellipsis-rtl-text-in-rtl-flow.html
|
| @@ -0,0 +1,15 @@
|
| +<!DOCTYPE html>
|
| +<meta charset='utf-8'>
|
| +<style>
|
| +div {
|
| + width: 125px;
|
| + font: 12px;
|
| + overflow: hidden;
|
| + text-overflow: ellipsis;
|
| + direction: rtl;
|
| +}
|
| +</style>
|
| +<p>crbug.com/155836: Rtl text in a rtl flow should truncate the text right-to-left.</p>
|
| +<p>You should see ...אבגדהוזחטיכךלמםס below</p>
|
| +<div>אבגדהוזחטיכךלמםסעפףצץקרשת</div>
|
| +
|
|
|