Index: LayoutTests/fast/text/international/complex-text-leading-space-wrapping-expected.html |
diff --git a/LayoutTests/fast/text/international/complex-text-leading-space-wrapping-expected.html b/LayoutTests/fast/text/international/complex-text-leading-space-wrapping-expected.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..36a2c26541b8e4e1c8d36cbc6ee596a9aaa5a68e |
--- /dev/null |
+++ b/LayoutTests/fast/text/international/complex-text-leading-space-wrapping-expected.html |
@@ -0,0 +1,26 @@ |
+<!DOCTYPE html> |
+<html> |
+ <head> |
+ <meta charset="utf-8"> |
+ <style> |
+ body { |
+ font-family: Arial, sans-serif; |
+ font-size: 13px; |
+ direction: ltr; |
+ } |
+ span { |
+ display: block; |
+ float: right; |
+ } |
+ </style> |
+ </head> |
+ <body> |
+ <span id="chromiumsync-advanced-box"> |
+ <input type="checkbox"> |
+ <label>কি সিঙ্ক করবেন তা চয়ন করুন</label> |
+ </span> |
+ <p> |
+ Text above should not wrap. |
+ </p> |
+ </body> |
+</html> |