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

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: Created 6 years 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 }
13 </style>
14 <body>
15 <p>There should be no dots above the ellipsis.</p>
16 <div dir="rtl">هذا هو الاختبار</div>
17 <div dir="ltr">هذا هو الاختبار</div>
18 <div dir="rtl">abcd efg hijk</div>
19 <div dir="ltr">abcd efg hijk</div>
20 <div dir="rtl">كتاب ألف ليلة وليلة</div>
21 <div dir="ltr">كتاب ألف ليلة وليلة</div>
22 </body>
OLDNEW
« no previous file with comments | « LayoutTests/TestExpectations ('k') | LayoutTests/platform/linux/fast/text/emphasis-ellipsis-complextext-expected.png » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698