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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/text/ellipsis-mixed-text-in-rtl-flow-underline-2.html

Issue 2594983002: Don't paint underline or selections over ellipsis in mixed-flow contexts (Closed)
Patch Set: bug 642454 Created 3 years, 11 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 html>
2 <meta charset='utf-8'>
3 <style>
4 div {
5 width: 350px;
6 white-space: nowrap;
7 overflow: hidden;
8 text-overflow: ellipsis;
9 text-decoration: underline;
10 direction: rtl;
11 }
12 </style>
13 <p>crbug.com/634445: Rtl text in a ltr flow should truncate the text left-to-rig ht.</p>
14 <p>You should see an underline beneath the text but not the ellipsis.</p>
15 <div>Lorem ipsum ינטרנט וכו' במקום הטקסט האמיתי הסופיעד שיהיה טקסט אמית</div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698