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