haikuwebkit/LayoutTests/fast/text/letter-spacing-shaping.html

16 lines
561 B
HTML

<!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 this is the only thing you see on the page.
<div style="position: relative">
<div style="font: 48px 'PingFang TC'; letter-spacing: 24px;">情升</div>
<div style="position: absolute; background: white; width: 48px; height: 68px; top: 0px; left: 0px;"></div>
<div style="position: absolute; background: white; width: 48px; height: 68px; top: 0px; left: 72px;"></div>
</div>
</body>
</html>