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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/fast/text/ellipsis-in-rtl-content.html
diff --git a/LayoutTests/fast/text/ellipsis-in-rtl-content.html b/LayoutTests/fast/text/ellipsis-in-rtl-content.html
new file mode 100644
index 0000000000000000000000000000000000000000..3643347b25888ca83d782fb46bcf7b566434c25c
--- /dev/null
+++ b/LayoutTests/fast/text/ellipsis-in-rtl-content.html
@@ -0,0 +1,11 @@
+<!DOCTYPE html>
+<style>
+span {
+ font-family: lucida grande;
+ position: absolute;
+ text-overflow: ellipsis;
+ direction: rtl;
+ overflow: hidden;
+}
+</style>
+<span>This text shouldn't be truncated with an ellipsis</span>

Powered by Google App Engine
This is Rietveld 408576698