Index: LayoutTests/fast/text/international/complext-text-leading-space-wrapping-expected.html |
diff --git a/LayoutTests/fast/text/international/complext-text-leading-space-wrapping-expected.html b/LayoutTests/fast/text/international/complext-text-leading-space-wrapping-expected.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..a63e483ff70eebae257c875ec0a82296a6e6c440 |
--- /dev/null |
+++ b/LayoutTests/fast/text/international/complext-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" name="advanced" id="advanced-box"> |
leviw_travelin_and_unemployed
2014/11/11 21:33:41
nits: are name="advanced" and id="chromiumsync-adv
|
+ <label for="advanced-box">কি সিঙ্ক করবেন তা চয়ন করুন</label> |
+ </span> |
+ <p> |
+ Text above should not wrap. |
+ </p> |
+ </body> |
+</html> |