blob: b6deffe55d76de8afd23ebc62f9bde962bbf54fd [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-hant">&#x96ea;</div>
</div>
</body>
</html>