summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-text/text-align/text-align-last-center.html
blob: 639156062d23e61d07130b48b573fc521f115382 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!DOCTYPE html>
<html>
 <head>
  <title>text-align-last: center</title>
  <meta charset="utf-8">
  <link rel="help" href="https://drafts.csswg.org/css-text-3/#text-align-last-property">
  <link rel="match" href="text-align-last-center-ref.html">
  <style>
   p {
     text-align-last: center;
   }
  </style>
 </head>
 <body>
 <p>Lorem ipsum</p>
 <p dir="rtl">אמר המחבר</p>
 </body>
</html>