Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / text / international / plane2.html
blob00d491fbeb915c34666740647486433006d1b16c
1 <html>
2 <head>
3 <title>Bug 35605: Plane 2 characters: CJK Ext B</title>
4 </head>
5 <body>
6 <p>Test for <a href="http://bugs.webkit.org/show_bug.cgi?id=35605">bug 35605</a>: Two lines below have one character from CJK Ideograph, one from CJK Ext A (both in BMP) and three characters from CJK Ext B (plane 2). The last group of characters are covered by Japanese fonts on Mac as well as two Chinese fonts for Ext B shipped with Windows.</p>
7 <div style="font-size: 2em;">
8 <div>
9 &#x4e00; &#x3400; &#x29E8A;&#x29E49;&#x29EDB;
10 </div>
11 <div style="font-family: serif;">
12 &#x4e00; &#x3400; &#x29E8A;&#x29E49;&#x29EDB;
13 </div>
14 </div>
15 </body>
16 </html>