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

Unified Diff: LayoutTests/fast/text/international/complex-text-leading-space-wrapping.html

Issue 721433002: Take text path into account when stripping spaces (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Patch for landing Created 6 years, 1 month 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
« no previous file with comments | « no previous file | LayoutTests/fast/text/international/complex-text-leading-space-wrapping-expected.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/text/international/complex-text-leading-space-wrapping.html
diff --git a/LayoutTests/fast/text/international/complex-text-leading-space-wrapping.html b/LayoutTests/fast/text/international/complex-text-leading-space-wrapping.html
new file mode 100644
index 0000000000000000000000000000000000000000..9c38c9f43962185012f02bc2f8f97c104ac76957
--- /dev/null
+++ b/LayoutTests/fast/text/international/complex-text-leading-space-wrapping.html
@@ -0,0 +1,28 @@
+<!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>
« no previous file with comments | « no previous file | LayoutTests/fast/text/international/complex-text-leading-space-wrapping-expected.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698