| Index: third_party/WebKit/LayoutTests/fast/text/ellipsis-rtl-text-in-ltr-flow-underline.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/text/ellipsis-rtl-text-in-ltr-flow-underline.html b/third_party/WebKit/LayoutTests/fast/text/ellipsis-rtl-text-in-ltr-flow-underline.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..afde6f64a0d394e110c994323f9affe518be946d
|
| --- /dev/null
|
| +++ b/third_party/WebKit/LayoutTests/fast/text/ellipsis-rtl-text-in-ltr-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: ltr;
|
| + text-decoration: underline;
|
| +}
|
| +</style>
|
| +<p>crbug.com/634445: Rtl text in a ltr flow should truncate the text left-to-right.</p>
|
| +<p>You should see ךלמםסעפףצץקרשת... below with an underline beneath the text.</p>
|
| +<div>אבגדהוזחטיכךלמםסעפףצץקרשת</div>
|
| +
|
|
|