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

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

Issue 2651123005: Place ellipsis correctly in presence of list markers (Closed)
Patch Set: bug 645938 Created 3 years, 10 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 .case {
5 overflow: hidden;
6 width: 200px;
7 text-overflow: ellipsis;
8 white-space: nowrap;
9 direction: rtl;
10 }
11 </style>
12 <p>crbug.com/645938: Text in an rtl flow with a list marker should truncate prop erly.</p>
13 <p>You should see ...הנקרא לפעמים גם דמי טקסט או ג' below.</p>
14 <ol>
15 <li class=case>הנקרא לפעמים גם דמי טקסט או ג'יבריש עד שיהיה טקסט אמיתי</li>
16 </ol>
17 <p>You should see ...ajdklasd jsakldsja dsjjkl dsjk below.</p>
18 <ol>
19 <li class=case>dsajkl dsjakld sajkld asjkld sajklds ajdklasd jsakldsja dsjjk l dsjk</li>
20 </ol>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698