blob: 81b088873514de1d7c9c52e648e9dfe48e799bd5 [file] [log] [blame]
<!DOCTYPE html>
<html lang="zh-hk">
<head>
<meta charset="utf-8">
</head>
<body>
This test makes sure that letter-spacing is applied after text shaping.
The test passes if the two characters below have some space between them.
<div style="font: 48px 'PingFang TC'; letter-spacing: 24px;"><span></span><span></span></div>
</body>
</html>