Chromium Code Reviews| Index: LayoutTests/fast/text/emphasis-ellipsis-complextext.html |
| diff --git a/LayoutTests/fast/text/emphasis-ellipsis-complextext.html b/LayoutTests/fast/text/emphasis-ellipsis-complextext.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..19cdc33bc8a7501fd2038f315316a6f7588bbd59 |
| --- /dev/null |
| +++ b/LayoutTests/fast/text/emphasis-ellipsis-complextext.html |
| @@ -0,0 +1,20 @@ |
| +<!DOCTYPE> |
| +<meta charset='utf-8'> |
| +<title>Emphasis Mark on Complex Text with Ellipsis</title> |
| +<style> |
| +div { |
| + -webkit-text-emphasis: dot; |
| + font-size: 36pt; |
| + width: 220px; |
| + white-space: nowrap; |
| + overflow: hidden; |
| + text-overflow: ellipsis; |
| + direction: rtl; |
| +} |
| +</style> |
| +<body> |
| +<p>There should be no dots above the ellipsis.</p> |
| +<div>هذا هو الاختبار</div> |
| +<div>abcd efg hijk<div> |
|
Dominik Röttsches
2014/09/30 12:27:00
Could you add a line with dir=rtl and latin text?
Habib Virji
2014/09/30 13:28:40
You mean something like this right?
<div dir="rtl"
Dominik Röttsches
2014/09/30 13:48:23
Yes.
|
| +<div>كتاب ألف ليلة وليلة</div> |
| +</body> |