tenfourfox/layout/reftests/bidi/mixedChartype-02.html
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

19 lines
591 B
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>