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

16 lines
427 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';">B&zwj; p C AB</div>
</body>
</html>