1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/reftests/bidi/mixedChartype-02-ref.html Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,18 @@ 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 +} 1.16 + </style> 1.17 + </head> 1.18 + <body> 1.19 + <p><span>Hello دونية</span></p> 1.20 + </body> 1.21 +</html>