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

Side by Side Diff: LayoutTests/fast/text/word-spacing-nbsp.html

Issue 1310803003: Fix handling of word-spacing and nbsp for complex text (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 4 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 | Annotate | Revision Log
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <meta charset="utf-8">
5 <title>Test word-spacing and nbsp</title>
6 <style type="text/css">
7 div {
8 word-spacing: 20px;
9 float: left;
10 border: solid;
11 clear: both;
12 text-rendering: optimizeLegibility;
13 }
14 </style>
15 </head>
16 <body>
17 <p>Neither line below should wrap or expand outside the box</p>
18 <div>Should &nbsp;not wrap</div>
19 <div style="white-space: nowrap;">Should &nbsp;not wrap</div>
20 </body>
21 </html>
22
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/fast/text/word-spacing-nbsp-expected.html » ('j') | Source/platform/fonts/shaping/HarfBuzzShaper.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698