summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bidi/mixedChartype-03-j.html
blob: 2d8c25b7f1068efac777abfb88f0fa84b0cc72a1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!DOCTYPE html>
<!-- Mixed chartype reftest 03: Arabic - English -->
<html>
 <head>
  <meta http-equiv="content-type" content="text/html; charset=utf-8">
  <style type="text/css">
body {
  font-family: monospace;
  font-size: 24px;
  text-align: justify;
}
  </style>
 </head>
 <body>
  <p><span style="direction: rtl; unicode-bidi: bidi-override">&#x633;&#x644;&#x645;&#x627;&#x62A; dlroW</span></p>
 </body>
</html>