https://github.com/mozilla/gecko-dev
Raw File
Tip revision: d6d505ce4fdc06cfc59b0d0b4c2bcbb56632aac7 authored by ffxbld on 21 April 2014, 23:00:33 UTC
Added FIREFOX_24_5_0esr_RELEASE FIREFOX_24_5_0esr_BUILD1 tag(s) for changeset 1c35a9dca8a0. DONTBUILD CLOSED TREE a=release
Tip revision: d6d505c
mixedChartype-02-j.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;
  text-align: justify;
}
  </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