layout/reftests/bidi/mixedChartype-02-j.html

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/layout/reftests/bidi/mixedChartype-02-j.html	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,19 @@
     1.4 +<!DOCTYPE html>
     1.5 +<!-- Mixed chartype reftest 02: English - Arabic -->
     1.6 +<html>
     1.7 + <head>
     1.8 +  <meta http-equiv="content-type" content="text/html; charset=utf-8">
     1.9 +  <style type="text/css">
    1.10 +body { /* for Mac OS X with Core Text, we need to ensure an AAT (not OpenType)
    1.11 +          font is used for the Arabic, as CT doesn't shape LTR-override Arabic
    1.12 +          correctly (rdar://7231250 */
    1.13 +  font-family: Geeza Pro, serif;
    1.14 +  font-size: 24px;
    1.15 +  text-align: justify;
    1.16 +}
    1.17 +  </style>
    1.18 + </head>
    1.19 + <body>
    1.20 +  <p><span style="direction: ltr; unicode-bidi: bidi-override">Hello &#x629;&#x64A;&#x646;&#x648;&#x62F</span></p>
    1.21 + </body>
    1.22 +</html>

mercurial