summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bidi/bidi-005.html
blob: 0ec2eafc7ab4ad0117416f25aef782f44e2281d6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!DOCTYPE html>
<!-- Bidi reftest 005: rtl text in SMP -->
<html>
 <head>
  <meta http-equiv="content-type" content="text/html; charset=utf-8">
 </head>
  <style type="text/css">
body {
  font-family: serif;
  font-size: 24px;
}
  </style>
 <body>
  <p lang="he">&#x10909;&#x10913;&#x10907;&#x10905;&#x10900;&#x1090E;&#x10910;&#x1091F;&#x10909;&#x10913;&#x10907;&#x10905;&#x10906;</p>
 </body>
</html>