summaryrefslogtreecommitdiffstats
path: root/layout/reftests/w3c-css/submitted/text3/text-align-match-parent-root-rtl-ref.html
blob: a96db4575601b8750e6fb8ac7ce215cf3606667a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!DOCTYPE html>
<html dir="rtl">
  <head>
    <meta charset="utf-8">
    <title>CSS Reftest Reference</title>
    <link rel="author" title="Simon Montagu" href="mailto:smontagu@mozilla.com">
    <style type="text/css">
html { text-align: start; }
    </style>
  </head>
  <body>
    <p>This line should be aligned right</p>
  </body>
</html>