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

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

Issue 2226043002: Underline truncated text correctly in a contrary flow (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@634404
Patch Set: bug 634445 Created 4 years, 4 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: 125px;
6 font: 12px;
7 overflow: hidden;
8 text-overflow: ellipsis;
9 direction: rtl;
10 text-decoration: underline;
11 }
12 </style>
13 <p>crbug.com/634445: Rtl text in a rtl flow should truncate the text right-to-le ft.</p>
14 <p>You should see an underline beneath the text.</p>
15 <div>Loremאבגדהוזחטיכךלמםסעפףצץקרשת</div>
16
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698