| Index: third_party/WebKit/LayoutTests/fast/text/ellipsis-ltr-text-in-ltr-flow.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/text/ellipsis-ltr-text-in-ltr-flow.html b/third_party/WebKit/LayoutTests/fast/text/ellipsis-ltr-text-in-ltr-flow.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..6a828043e81d003b3769a1d21e239dfba6283629
|
| --- /dev/null
|
| +++ b/third_party/WebKit/LayoutTests/fast/text/ellipsis-ltr-text-in-ltr-flow.html
|
| @@ -0,0 +1,13 @@
|
| +<!DOCTYPE html>
|
| +<style>
|
| +div {
|
| + width: 125px;
|
| + font: 12px;
|
| + overflow: hidden;
|
| + text-overflow: ellipsis;
|
| +}
|
| +</style>
|
| +<p>crbug.com/155836: Ltr text in a ltr flow should truncate the text left-to-right.</p>
|
| +<p>You should see 01234567890123... below.</p>
|
| +<div>012345678901234567890123456789</div>
|
| +
|
|
|