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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/text/ellipsis-ltr-text-in-ltr-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 <style>
3 div {
4 width: 125px;
5 font: 12px;
6 overflow: hidden;
7 text-overflow: ellipsis;
8 text-decoration: underline;
9 }
10 </style>
11 <p>crbug.com/634445: Ltr text in a ltr flow should truncate the text left-to-rig ht.</p>
12 <p>You should see 01234567890123... below and text beneath the underline.</p>
13 <div>012345678901234567890123456789</div>
14
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698