Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / text / international / zerowidthjoiner-should-not-render.html
blob44bb8209de3d265efeb3513095dfd997d4aaf284
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <meta charset="utf-8">
5 <title>ZWJ rendering</title>
6 <style>
7 .complex { text-rendering: optimizeLegibility; }
8 </style>
9 </head>
10 <body>
11 <h1>ZWJ rendering</h1>
12 <div>&zwj;Foo&zwj;bar&zwj;</div>
13 <div class="complex">&zwj;Foo&zwj;bar&zwj;</div>
14 <div>Foobar</div>
15 <p>
16 The three lines above should be identical, ZWJ glyphs
17 should not render.
18 </p>
19 </body>
20 </html>