summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bidi/mixedChartype-01-j.html
blob: f350d1f43719073abd500e89c763448704f0e9ad (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!DOCTYPE html>
<!-- Mixed chartype reftest 01: Hebrew - 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;
}
  </style>
 </head>
 <body>
  <p><span style="direction: rtl; unicode-bidi: bidi-override">&#x5E9;&#x5DC;&#x5D5;&#x5DD; dlroW</span></p>
 </body>
</html>