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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/text/ellipsis-ltr-text-in-ltr-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 }
9 </style>
10 <p>crbug.com/155836: Ltr text in a ltr flow should truncate the text left-to-rig ht.</p>
11 <p>You should see 01234567890123... below.</p>
12 <div>012345678901234567890123456789</div>
13
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698