blob: b6948cafcd4237e3619b2f930b595814eceec802 [file] [log] [blame]
<!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>