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

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

Issue 2697213002: Do not guess UTF8 encoding (Closed)
Patch Set: webkit layout htmls 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
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <meta charset="utf-8"/>
2 <style> 3 <style>
3 div { 4 div {
4 width: 125px; 5 width: 125px;
5 font: 12px; 6 font: 12px;
6 overflow: hidden; 7 overflow: hidden;
7 text-overflow: ellipsis; 8 text-overflow: ellipsis;
8 direction: rtl; 9 direction: rtl;
9 } 10 }
10 </style> 11 </style>
11 <p>crbug.com/155836: Ltr text in a rtl flow should truncate the text right-to-le ft.</p> 12 <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 <p>You should see ...32109876543210 below.</p>
13 <div>32109876543210כמו</div> 14 <div>32109876543210כמו</div>
14
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698