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

Side by Side Diff: LayoutTests/fast/text/international/complex-text-trailing-space-expected.html

Issue 655073002: Fix trailing space handling for complex text (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 2 months 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 li, a {
7 display: inline;
8 float: left;
9 font-family: Tunga;
10 font-size: 12px;
11 border: 1px solid black;
12 /* optimizeLegibility forces complex text */
13 text-rendering: optimizeLegibility;
14
15 }
16 div {
17 clear: both;
18 }
19 </style>
20 </head>
21 <body>
22 <ul>
23 <li><a href="#">ಅಡುಗೆ-ಆಹಾರ </a></li>
24 </ul>
25 <div>&nbsp;</div>
26 <p>
27 Complex text with trailing space test.
28 <br>
29 Element above should not wrap and should render the same when
30 forced to use the complex path.
31 </p>
32 </body>
33 </html>
OLDNEW
« no previous file with comments | « LayoutTests/fast/text/international/complex-text-trailing-space.html ('k') | Source/core/rendering/RenderBlockLineLayout.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698