blob: 44bb8209de3d265efeb3513095dfd997d4aaf284 [file] [log] [blame]
<!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>