Index: LayoutTests/fast/text/ellipsis-in-rtl-content-expected.html |
diff --git a/LayoutTests/fast/text/ellipsis-in-rtl-content-expected.html b/LayoutTests/fast/text/ellipsis-in-rtl-content-expected.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..e71253ad98a238cc267225e58555212e2e98d42f |
--- /dev/null |
+++ b/LayoutTests/fast/text/ellipsis-in-rtl-content-expected.html |
@@ -0,0 +1,10 @@ |
+<!DOCTYPE html> |
+<style> |
+span { |
+ font-family: lucida grande; |
+ position: absolute; |
+ direction: rtl; |
+ overflow: hidden; |
+} |
+</style> |
+<span>This text shouldn't be truncated with an ellipsis</span> |