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

Side by Side Diff: LayoutTests/fast/text/international/complext-text-leading-space-wrapping-expected.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">
leviw_travelin_and_unemployed 2014/11/11 21:33:41 nits: are name="advanced" and id="chromiumsync-adv
20 <label for="advanced-box">কি সিঙ্ক করবেন তা চয়ন করুন</label>
21 </span>
22 <p>
23 Text above should not wrap.
24 </p>
25 </body>
26 </html>
OLDNEW
« no previous file with comments | « LayoutTests/fast/text/international/complext-text-leading-space-wrapping.html ('k') | Source/core/rendering/RenderText.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698