blob: d26fca251ec83e7943bc8f00f3311dfdaaed8be5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
<!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 ةينود</span></p>
</body>
</html>
|