summaryrefslogtreecommitdiffstats
path: root/layout/reftests/text/arabic-fallback-2-ref.html
blob: 5f2ade33660897837da615e74e425638ad0aefd8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<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>