https://github.com/mozilla/gecko-dev
Raw File
Tip revision: 43e1e3322ba87b63ba5ed84fbea6ec88c962b36a authored by ffxbld on 27 December 2012, 15:32:26 UTC
Added FENNEC_18_0b6_RELEASE FENNEC_18_0b6_BUILD1 tag(s) for changeset ed2b1f04fed0. DONTBUILD CLOSED TREE a=release
Tip revision: 43e1e33
arial-arabic-ref.html
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Bug 769475 - test for italicized Arabic script in Arial</title>
<style type="text/css">
body {
  font-family: arial, serif;
  font-size: 36px;
  line-height: 72px;
}
span {
  color: white;
}
</style>
</head>
<body lang="ar">
<!-- the white span should have the same width whether it's italicized or not,
  -- as Arial does not have Arabic characters in the italic face but we should
  -- apply synthetic italic to the regular face, NOT fall back to a different
  -- family from prefs.
  -->
<div>العربي <span>العربي</span> العربي</div>
</body>
</html>
back to top