summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bidi/mixedChartype-00-j.html
blob: 7cf8629b9b7f274f0f344a609cf6028fb0e87262 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!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;
  text-align: justify;
}
  </style>
 </head>
 <body>
  <p><span style="direction: ltr; unicode-bidi: bidi-override">Hello &#x5DD;&#x5DC;&#x5D5;&#x5E2;</span></p>
 </body>
</html>