Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(497)

Unified Diff: LayoutTests/fast/text/emphasis-ellipsis-complextext.html

Issue 613193002: Avoid drawing emphasis marks over ellipsis glyphs (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Updated to not add in glyph buffer ellipsis character Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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..a23881af8c82843eaae22e6742fb4035665f4b58
--- /dev/null
+++ b/LayoutTests/fast/text/emphasis-ellipsis-complextext.html
@@ -0,0 +1,21 @@
+<!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>
+<div>كتاب ألف ليلة وليلة</div>
+<div dir="rtl">abcd efg hijk<div>
Dominik Röttsches 2014/11/14 10:10:47 Sorry, now the direction is redundant (since it's
Habib Virji 2014/11/24 11:52:30 Make sense, will try to upload a test covering the
+</body>

Powered by Google App Engine
This is Rietveld 408576698