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

Side by Side Diff: LayoutTests/fast/text/ellipsis-in-rtl-content.html

Issue 303673007: Don't pixel snap for ellipsis (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fighting with rebaselining with eae... Created 6 years, 6 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 | Annotate | Revision Log
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <style>
3 span {
4 font-family: lucida grande;
5 position: absolute;
6 text-overflow: ellipsis;
7 direction: rtl;
8 overflow: hidden;
9 }
10 </style>
11 <span>This text shouldn't be truncated with an ellipsis</span>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698