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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/text/wide-zero-width-space.html

Issue 1964773002: Render Unicode control characters (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: w/Test changes Created 4 years, 5 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 <html>
2 <head>
3 <title></title>
4 <style>
5 div { font-family: Helvetica; font-size: 36px; letter-spacing: 4px; }
6 </style>
7 </head>
8 <body>
9 <p>
10 Test for <i><a href="http://bugs.webkit.org/show_bug.cgi?id=13178">http: //bugs.webkit.org/show_bug.cgi?id=13178</a>
11 Helvetica zero-width space has non-zero width</i>.
12 </p>
13 <p>
14 The following lines should all be identical.
15 </p>
16 <div>
17 Lor&eacute;m&#x200b;ipsum&#x200e;dolor&#x001f;sit
18 </div>
19 <div>
20 Lore&#x0301;m&#x200b;ipsum&#x200e;dolor&#x001f;sit
21 </div>
22 <div>
23 Lor&eacute;mipsumdolorsit
24 </div>
25 </body>
26 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698