chromium/third_party/blink/web_tests/virtual/text-antialias/international/zerowidthjoiner-should-not-render.html

<!DOCTYPE html>
<html>
    <head>
        <meta charset="utf-8">
        <title>ZWJ rendering</title>
        <style>
            .complex { text-rendering: optimizeLegibility; }
        </style>
    </head>
    <body>
        <h1>ZWJ rendering</h1>
        <div>&zwj;Foo&zwj;bar&zwj;</div>
        <div class="complex">&zwj;Foo&zwj;bar&zwj;</div>
        <div>Foobar</div>
        <p>
            The three lines above should be identical, ZWJ glyphs
            should not render.
        </p>
    </body>
</html>