Mypal/layout/reftests/text/arabic-shaping-1.html
2019-03-11 13:26:37 +03:00

18 lines
263 B
HTML

<html>
<head>
<style type="text/css">
@font-face {
font-family: test;
src: url(../fonts/DejaVuSansMono.woff);
}
body {
font-family: test;
font-size: 60pt;
}
</style>
</head>
<body>
<p>Arabic: &#x627;&#x644;&#x639;&#x631;&#x628;&#x64A;</p>
</body>
</html>