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

Side by Side 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 unified diff | 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 »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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">
20 <label>
21 কি সিঙ্ক করবেন তা চয়ন করুন
22 </label>
23 </span>
24 <p>
25 Text above should not wrap.
26 </p>
27 </body>
28 </html>
OLDNEW
« 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