blob: 85e4bf43c358c4b1510ad761d48db40766aa34ee [file] [log] [blame]
<!DOCTYPE html>
<html>
</html>
<body>
This test renders a character which should look different in Simplified and Traditional Chinese. It makes sure that the character looks different when passed a Simplified Chinese lang vs. a Traditional Chinese lang.
<div style="font: 200px Helvetica;">
<div lang="zh-hans">&#x96ea;</div>
</div>
</body>
</html>