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