gecko-dev/layout/reftests/text/arabic-fallback-4-ref.html
Jonathan Kew c0a406064e Bug 1448180 - Don't mask complex-script ranges from the cmap for downloadable fonts; assume the author knows what they're doing and use the font as provided. r=jrmuizel
--HG--
rename : layout/reftests/text/arabic-fallback-4-notref.html => layout/reftests/text/arabic-fallback-4-ref.html
2018-03-26 13:25:11 +01:00

18 lines
265 B
HTML

<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>Ligature with vowel: &#xFEDF;&#x064E;&#xFE8E;</p>
</body>
</html>