haikuwebkit/LayoutTests/fast/text/fallback-language-han-2-exp...

11 lines
349 B
HTML

<!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>