haikuwebkit/LayoutTests/fast/text/zwj-ligature-expected.html

16 lines
421 B
HTML

<!DOCTYPE html>
<html>
<head>
<style>
@font-face {
font-family: "WebFont";
src: url("resources/Ahem-GSUB-ligatures.ttf") format("truetype");
}
</style>
</head>
<body>
This test makes sure that ligatures involving the Zero Width Joiner character work correctly. The test passes if you see a particular pattern of squares and horizontal lines below.
<div style="font: 48px 'WebFont';">p p C p</div>
</body>
</html>