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

Side by Side Diff: LayoutTests/fast/text/international/zerowidthjoiner.html

Issue 156893004: Handle zero width joiner in HarfBuzzShaper (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Exclude test on mac (as it does not yet use harfbuzz) Created 6 years, 10 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 <style>
5 h1 { font-size: 24px; }
6 td, div { font-size: 48px; }
7 </style>
8 </head>
9 <body>
10 <h1>
11 The last two rows below should be identical.
12 </h1>
13 <table dir="rtl">
14 <tr><th>isolated</th><th>initial</th><th>medial</th><th>final</th></ tr>
15 <tr><td>&#x0639;</td><td>&#xFECB;</td><td>&#xFECC;</td><td>&#xFECA;< /td></tr>
16 <tr><td>&#x0639;</td><td>&#x0639;&zwj;</td><td>&zwj;&#x0639;&zwj;</t d><td>&zwj;&#x0639;</td></tr>
17 </table>
18
19 <h1>
20 The two lines below should be identical.
21 </h1>
22 <div dir="rtl">&#x0639;&#x0639;&#x0639;</div>
23 <div dir="rtl">&#x0639;&zwj;<span>&zwj;&#x0639;&zwj;</span>&zwj;&#x0639; </div>
24 </body>
25 </html>
OLDNEW
« no previous file with comments | « LayoutTests/NeverFixTests ('k') | LayoutTests/fast/text/international/zerowidthjoiner-expected.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698