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

Side by Side 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: Added antialiased test in TestExpectations 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 unified diff | Download patch
OLDNEW
(Empty)
1 <!DOCTYPE>
2 <meta charset='utf-8'>
3 <title>Emphasis Mark on Complex Text with Ellipsis</title>
4 <style>
5 div {
6 -webkit-text-emphasis: dot;
7 font-size: 36pt;
8 width: 220px;
9 white-space: nowrap;
10 overflow: hidden;
11 text-overflow: ellipsis;
12 direction: rtl;
13 }
14 </style>
15 <body>
16 <p>There should be no dots above the ellipsis.</p>
17 <div>هذا هو الاختبار</div>
18 <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.
19 <div>كتاب ألف ليلة وليلة</div>
20 </body>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698