chromium/third_party/blink/web_tests/virtual/text-antialias/international/plane2.html

<html>
  <head>
    <title>Bug 35605: Plane 2 characters: CJK Ext B</title>
  </head>
  <body>
  <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>
  <div style="font-size: 2em;">
    <div>
    &#x4e00; &#x3400; &#x29E8A;&#x29E49;&#x29EDB;
    </div>
    <div style="font-family: serif;">
    &#x4e00; &#x3400; &#x29E8A;&#x29E49;&#x29EDB;
    </div>
  </div>
  </body>
</html>