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

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

Issue 2367423004: Place ellipsis correctly when its at the edge of a box (Closed)
Patch Set: bug 645938 Created 4 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
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <style> 2 <style>
3 div { 3 div {
4 width: 125px; 4 width: 125px;
5 font: 12px; 5 font: 12px;
6 overflow: hidden; 6 overflow: hidden;
7 text-overflow: ellipsis; 7 text-overflow: ellipsis;
8 direction: rtl; 8 direction: rtl;
9 } 9 }
10 </style> 10 </style>
11 <p>crbug.com/155836: Ltr text in a rtl flow should truncate the text right-to-le ft.</p> 11 <p>crbug.com/155836: Ltr text in a rtl flow should truncate the text right-to-le ft.</p>
12 <p>You should see ...32109876543210 below.</p> 12 <p>You should see ...32109876543210 below.</p>
13 <div>0987654321098765432109876543210</div> 13 <div>32109876543210כמו</div>
14 14
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698