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

21 lines
412 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>With vowels:
&#xFE83;&#x064E;&#xFE91;&#x0652;&#xFEA0;&#x064E;&#xFEAA;&#x0650;&#xFEF3;&#x064E;&#x0651;&#xFE94;
&#xFECB;&#x064E;&#xFEAE;&#x064E;&#xFE91;&#x0650;&#xFEF4;&#x064E;&#x0651;&#xFE94;
</p>
</body>
</html>