haikuwebkit/LayoutTests/fonts/ligature-expected.html

20 lines
415 B
HTML
Executable File

<!DOCTYPE html>
<meta charset="utf-8"/>
<style>
@font-face {
font-family: TestFont;
src: url("ligature.woff");
}
span {
border: blue solid;
font-family: TestFont;
text-rendering: optimizeLegibility;
font-size: 100px;
color: green;
}
</style>
<body>
The blue box should contain ▲■■▲.<br>
<span>0&#xe000;&#xe000;a</span>
</body>