aboutsummaryrefslogtreecommitdiffstats
path: root/tests/wpt/css-tests/css-text-3_dev/xhtml1/reference/text-align-match-parent-root-rtl-ref.xht
blob: 746aa52a406da9b9a041a871002dada06b14fc21 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html dir="rtl" xmlns="http://www.w3.org/1999/xhtml"><head>
    <meta charset="utf-8" />
    <title>CSS Reftest Reference</title>
    <link href="mailto:smontagu@mozilla.com" rel="author" title="Simon Montagu" />
    <style type="text/css">
html { text-align: start; }
    </style>
  </head>
  <body>
    <p>This line should be aligned right</p>
  

</body></html>