summaryrefslogtreecommitdiffstats
path: root/layout/reftests/text/text-align-last-justify-rtl.html
blob: 57e518da8a25db4201b2370665f052a2fa1ea6b4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!DOCTYPE html>
<html>
 <head>
  <title>text-align-last</title>
  <meta charset="utf-8">
  <style type="text/css">
   p {
     text-align-last: justify;
   }
  </style>
 </head>
 <body>
 <p dir="rtl">אמר המחבר</p>
 </body>
</html>