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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/text/ellipsis-ltr-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 <style>
3 div {
4 width: 125px;
5 font: 12px;
6 overflow: hidden;
7 text-overflow: ellipsis;
8 direction: rtl;
9 }
10 </style>
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>
13 <div>0987654321098765432109876543210</div>
14
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698