tenfourfox/layout/reftests/text/arabic-fallback-3-ref.html

18 lines
256 B
HTML
Raw Normal View History

2017-04-19 07:56:45 +00:00
<html>
<head>
<style type="text/css">
@font-face {
font-family: test;
src: url(../fonts/DroidSansArabic-noGSUB.ttf);
}
body {
font-family: test;
font-size: 36px;
}
</style>
</head>
<body>
<p>Ligatures: &#xFEFB; &#xFEDF;&#xFEFC;</p>
</body>
</html>