| Index: third_party/WebKit/LayoutTests/fast/text/ellipsis-with-list-marker-in-rtl-flow.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/text/ellipsis-with-list-marker-in-rtl-flow.html b/third_party/WebKit/LayoutTests/fast/text/ellipsis-with-list-marker-in-rtl-flow.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..27116bef384b0894f3440c79744ac2f7c9c9c0ce
|
| --- /dev/null
|
| +++ b/third_party/WebKit/LayoutTests/fast/text/ellipsis-with-list-marker-in-rtl-flow.html
|
| @@ -0,0 +1,20 @@
|
| +<!DOCTYPE html>
|
| +<meta charset=utf-8>
|
| +<style>
|
| +.case {
|
| + overflow: hidden;
|
| + width: 200px;
|
| + text-overflow: ellipsis;
|
| + white-space: nowrap;
|
| + direction: rtl;
|
| +}
|
| +</style>
|
| +<p>crbug.com/645938: Text in an rtl flow with a list marker should truncate properly.</p>
|
| +<p>You should see ...הנקרא לפעמים גם דמי טקסט או ג' below.</p>
|
| +<ol>
|
| + <li class=case>הנקרא לפעמים גם דמי טקסט או ג'יבריש עד שיהיה טקסט אמיתי</li>
|
| +</ol>
|
| +<p>You should see ...ajdklasd jsakldsja dsjjkl dsjk below.</p>
|
| +<ol>
|
| + <li class=case>dsajkl dsjakld sajkld asjkld sajklds ajdklasd jsakldsja dsjjkl dsjk</li>
|
| +</ol>
|
|
|