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..708f9cac903e7f5c4b027cad42630c43c97ec703 |
--- /dev/null |
+++ b/LayoutTests/fast/text/emphasis-ellipsis-complextext.html |
@@ -0,0 +1,22 @@ |
+<!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; |
+} |
+</style> |
+<body> |
+<p>There should be no dots above the ellipsis.</p> |
+<div dir="rtl">هذا هو الاختبار</div> |
+<div dir="ltr">هذا هو الاختبار</div> |
+<div dir="rtl">abcd efg hijk</div> |
+<div dir="ltr">abcd efg hijk</div> |
+<div dir="rtl">كتاب ألف ليلة وليلة</div> |
+<div dir="ltr">كتاب ألف ليلة وليلة</div> |
+</body> |