summaryrefslogtreecommitdiffstats
path: root/layout/reftests/text/text-align-last-justify.html
blob: 46a308097eb4c7170309806ffa557b6c6c7aea1d (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>Lorem ipsum</p>
 </body>
</html>