summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bidi/bidi-001-j.html
blob: 045232ed635f97f5f8e1db1dced38f02798482f0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!DOCTYPE html>
<!-- Bidi reftest 001-j: rtl text only with justification -->
<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" style="text-align: justify">המשא אשר חזה חבקוק הנביא</p>
 </body>
</html>