summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bidi/mixedChartype-00.html
blob: a1e2ca4065e13af19c4923208c5e9cd29e494a01 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!DOCTYPE html>
<!-- Mixed chartype reftest 00: English - Hebrew -->
<html>
 <head>
  <meta http-equiv="content-type" content="text/html; charset=utf-8">
  <style type="text/css">
body {
  font-family: serif;
  font-size: 24px;
}
  </style>
 </head>
 <body>
  <p><span style="direction: ltr; unicode-bidi: bidi-override">Hello &#x5DD;&#x5DC;&#x5D5;&#x5E2;</span></p>
 </body>
</html>