haikuwebkit/LayoutTests/fast/text/complex-small-caps-non-bmp-...

14 lines
715 B
HTML

<!DOCTYPE html>
<head>
</head>
<body>
<p>This test makes sure that the complex text codepath can handle small caps with non-BMP characters which can be uppercased.</p>
<div style="font: 70px 'Geneva';">
<div style="position: absolute; left: 16px; top: 16px;"><span style="font-size: 100px;">&#x642;</span>&#x10400;</div>
<div style="position: absolute; left: 116px; top: 16px;">&#x10400;<span style="font-size: 100px;">&#x642;</span></div>
<div style="position: absolute; left: 216px; top: 16px;"><span style="font-size: 100px;">&#x642;</span>&#x10400;&#x300;</div>
<div style="position: absolute; left: 316px; top: 16px;">&#x10400;&#x300;<span style="font-size: 100px;">&#x642;</span></div>
</div>
</body>
</html>