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

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>
pdr. 2014/10/14 23:56:59 Nit: inconsistent indentation.
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 text-rendering: optimizeLegibility;
eae 2014/10/15 00:30:37 In this file this style rule forces complex text.
13 }
14 div {
15 clear: both;
16 }
17 </style>
18 </head>
19 <body>
20 <ul>
21 <li><a href="#">ಅಡುಗೆ-ಆಹಾರ </a></li>
22 </ul>
23 <div>&nbsp;</div>
24 <p>
25 Complex text with trailing space test.
26 <br>
27 Element above should not wrap and should render the same when
28 forced to use the complex path.
29 </p>
30 </body>
31 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698