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

Side by Side Diff: LayoutTests/fast/text/international/complext-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: 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 unified diff | Download patch
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <meta charset="utf-8">
5 <style>
6 body {
7 font-family: Arial, sans-serif;
8 font-size: 13px;
9 direction: ltr;
10 }
11 span {
12 display: block;
13 float: right;
14 }
15 </style>
16 </head>
17 <body>
18 <span id="chromiumsync-advanced-box">
19 <input type="checkbox" name="advanced" id="advanced-box">
20 <label for="advanced-box">
21 কি সিঙ্ক করবেন তা চয়ন করুন
22 </label>
23 </span>
24 <p>
25 Text above should not wrap.
26 </p>
27 </body>
28 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698