servo/tests/wpt/css-tests/css-text-3_dev/html/text-align-match-parent-root-rtl.htm

18 lines
No EOL
650 B
HTML

<!DOCTYPE html>
<html dir="rtl"><head>
<title>CSS Text: text-align: match-parent</title>
<link href="mailto:smontagu@mozilla.com" rel="author" title="Simon Montagu">
<link href="http://www.w3.org/TR/css-text-3/#text-align-property" rel="help">
<meta content="Text checks that
text-align: match-parent on a root element with dir=rtl is
equivalent to text-align: start" name="assert">
<link href="reference/text-align-match-parent-root-rtl-ref.htm" rel="match">
<style type="text/css">
html { text-align: match-parent; }
</style>
</head>
<body>
<p>This line should be aligned right</p>
</body></html>