summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-text/text-align/text-align-last-end-ref.html
blob: ded6defa8a07285acbeb67fb5445da7a7f0920c8 (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: end</title>
  <meta charset="utf-8">
  <style>
   p {
     text-align: end;
   }
  </style>
 </head>
 <body>
 <p>Lorem ipsum</p>
 <p dir="rtl">אמר המחבר</p>
 </body>
</html>