https://github.com/mozilla/gecko-dev
Raw File
Tip revision: 63254fa16f70a245e6d33bfd4bcc94018c1b300b authored by ffxbld on 14 February 2017, 01:04:26 UTC
Added FENNEC_51_0_4_RELEASE FENNEC_51_0_4_BUILD1 tag(s) for changeset a622e89121a7. DONTBUILD CLOSED TREE a=release
Tip revision: 63254fa
mixedChartype-02.html
<!DOCTYPE html>
<!-- Mixed chartype reftest 02: English - Arabic -->
<html>
 <head>
  <meta http-equiv="content-type" content="text/html; charset=utf-8">
  <style type="text/css">
body { /* for Mac OS X with Core Text, we need to ensure an AAT (not OpenType)
          font is used for the Arabic, as CT doesn't shape LTR-override Arabic
          correctly (rdar://7231250 */
  font-family: Geeza Pro, serif;
  font-size: 24px;
}
  </style>
 </head>
 <body>
  <p><span style="direction: ltr; unicode-bidi: bidi-override">Hello &#x629;&#x64A;&#x646;&#x648;&#x62F</span></p>
 </body>
</html>
back to top