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