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