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

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

Issue 1916943002: Show correct part of truncated text before ellipsis in contrary flow (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@604144
Patch Set: Updated Created 4 years, 7 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 }
11 </style>
12 <p>crbug.com/155836: Rtl text in a rtl flow should truncate the text right-to-le ft.</p>
13 <p>You should see ...אבגדהוזחטיכךלמםס below</p>
14 <div>אבגדהוזחטיכךלמםסעפףצץקרשת</div>
15
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698