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> |